summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/input.c
AgeCommit message (Expand)Author
2019-05-30Remove a leftover abort and some fixes from cppcheck.Nicholas Marriott
2019-05-20Fix the color space parameter in RGB SGR, from Brad Town.Nicholas Marriott
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.Nicholas Marriott
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tNicholas Marriott
2019-05-03Allow panes to be empty (no command), output can be piped to them withNicholas Marriott
2019-04-02Add an argument to copy commands to set the prefix for the buffer name,Nicholas Marriott
2019-03-14Add a wrapper (struct style) around styles rather than using theNicholas Marriott
2019-03-14Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner.Nicholas Marriott
2019-03-13Do not use origin for VPA.Nicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2019-03-12Fix HPA in origin mode.Nicholas Marriott
2019-03-12Tidy up a lot of &ictx->ctx by using a local variable.Nicholas Marriott
2019-03-12Revert to not clearing history on RIS, apparently some bootloaders sendNicholas Marriott
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptNicholas Marriott
2019-03-12Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.Nicholas Marriott
2018-12-17Fix parsing of empty colon-separated fields, reported by Siarhei Siniak.Nicholas Marriott
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andNicholas Marriott
2018-10-18Support OSC 52 ? to read the top buffer inside tmux (when set-clipboardNicholas Marriott
2018-10-18Support for extended underline styles on terminals which offer them,Nicholas Marriott
2018-08-16Add the KEYC_XTERM flag to all function keys that imply a modifier soNicholas Marriott
2018-07-31Clear history on RIS like most other terminals do.Nicholas Marriott
2018-04-10A couple of fixes to the : form of SGR. Apparently there is an extraNicholas Marriott
2018-04-06Fix link, from Eliran Gonen.Nicholas Marriott
2018-03-05For some reason tmux treats SGR 10 as SGR 0. It has done since the firstNicholas Marriott
2018-02-19Support ISO colon-separated SGR.Nicholas Marriott
2018-01-12Simplify UTF-8 states down into one state.Nicholas Marriott
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