summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/input.c
AgeCommit message (Expand)Author
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issueNicholas Marriott
2017-09-10Apply timeout to CAN and RS which also wait for ST.Nicholas Marriott
2017-08-29Support REP escape sequence (\033[b).Nicholas Marriott
2017-06-09Add a hook when the clipboard is set.Nicholas Marriott
2017-06-04Add a timeout to prevent the sequences which wait for a specificNicholas Marriott
2017-06-04Be more strict about escape sequences that rename windows or set titles:Nicholas Marriott
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore theNicholas Marriott
2017-05-28Support OSC 10 and 11 to set foreground and background colours, fromNicholas Marriott
2017-05-12Scrolling needs to use background colour.Nicholas Marriott
2017-05-12ECH needs to use background colour.Nicholas Marriott
2017-04-22We need to collect UTF-8 characters so that width != 1 characters areNicholas Marriott
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxNicholas Marriott
2017-02-19Add SGR 28 to clear hidden flag.Nicholas Marriott
2017-02-16There are buggy terminals out there that do not move the cursor to 0,0Nicholas Marriott
2017-02-08Add support for scroll up escape sequence (CSI S) and use it whenNicholas Marriott
2017-02-08Collect sequences of printable ASCII characters and process themNicholas Marriott
2017-02-08Some other tidying bits.Nicholas Marriott
2017-02-06Use DECFRA on VT420 compatible terminals (so, xterm) and ED on allNicholas Marriott
2017-02-06Add BCE for clear to start of screen, which was somehow missed.Nicholas Marriott
2017-02-06Fix logging of CSI parameters.Nicholas Marriott
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. TheNicholas Marriott
2017-01-22Accept the OSC 52 escape sequence inside tmux to add a new buffer, fromNicholas Marriott
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,Nicholas Marriott
2016-12-09Spacing nits.Nicholas Marriott
2016-10-13Add support for BCE (background colour erase). This makes various escapeNicholas Marriott
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localNicholas Marriott
2016-09-28Couple of vasprintf -> xvasprintf.Nicholas Marriott
2016-07-15Instead of representing colours in several different forms with variousNicholas Marriott
2016-03-02Handle wcwidth() and mbtowc() failures in better style and dropNicholas Marriott
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2016-01-15A couple of missing printflike attributes, from Andrey Starodubtsev.Nicholas Marriott
2015-12-16send-keys -R should reset the input parser to ground state (so it can beNicholas Marriott
2015-11-23Partly revert previous, it is harmless to keep support for UTF-8 mouseNicholas Marriott
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,Nicholas Marriott
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionNicholas Marriott
2015-11-14The character is an int so use %x not %hhx.Nicholas Marriott
2015-11-14All these return values from utf8_* are confusing, use an enum.Nicholas Marriott
2015-11-14Be more strict about invalid UTF-8.Nicholas Marriott
2015-11-14Log more of UTF-8 input.Nicholas Marriott
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadNicholas Marriott
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-09-02Log pane which received input data.Nicholas Marriott
2015-09-01Tweak some error messages/comments.Nicholas Marriott
2015-09-01Log the whole new input buffer once rather than each byte.Nicholas Marriott
2015-08-29Move alerts onto events rather than checking every loop.Nicholas Marriott
2015-08-28Only do the automatic-rename dance if the pane has changed (seen output,Nicholas Marriott
2015-08-25When searching for tabs, start from screen width, fixes out-of-boundsNicholas Marriott
2015-07-13Reset G0/G1 state when resetting everything else with send-keys -R.Nicholas Marriott