Age | Commit message (Expand) | Author |
2018-04-10 | A couple of fixes to the : form of SGR. Apparently there is an extra | Nicholas Marriott |
2018-04-06 | Fix link, from Eliran Gonen. | Nicholas Marriott |
2018-03-05 | For some reason tmux treats SGR 10 as SGR 0. It has done since the first | Nicholas Marriott |
2018-02-19 | Support ISO colon-separated SGR. | Nicholas Marriott |
2018-01-12 | Simplify UTF-8 states down into one state. | Nicholas Marriott |
2017-10-05 | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | Nicholas Marriott |
2017-09-10 | Apply timeout to CAN and RS which also wait for ST. | Nicholas Marriott |
2017-08-29 | Support REP escape sequence (\033[b). | Nicholas Marriott |
2017-06-09 | Add a hook when the clipboard is set. | Nicholas Marriott |
2017-06-04 | Add a timeout to prevent the sequences which wait for a specific | Nicholas Marriott |
2017-06-04 | Be more strict about escape sequences that rename windows or set titles: | Nicholas Marriott |
2017-06-03 | Make set-clipboard a three-state option so tmux itself can ignore the | Nicholas Marriott |
2017-05-28 | Support OSC 10 and 11 to set foreground and background colours, from | Nicholas Marriott |
2017-05-12 | Scrolling needs to use background colour. | Nicholas Marriott |
2017-05-12 | ECH needs to use background colour. | Nicholas Marriott |
2017-04-22 | We need to collect UTF-8 characters so that width != 1 characters are | Nicholas Marriott |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-02-19 | Add SGR 28 to clear hidden flag. | Nicholas Marriott |
2017-02-16 | There are buggy terminals out there that do not move the cursor to 0,0 | Nicholas Marriott |
2017-02-08 | Add support for scroll up escape sequence (CSI S) and use it when | Nicholas Marriott |
2017-02-08 | Collect sequences of printable ASCII characters and process them | Nicholas Marriott |
2017-02-08 | Some other tidying bits. | Nicholas Marriott |
2017-02-06 | Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all | Nicholas Marriott |
2017-02-06 | Add BCE for clear to start of screen, which was somehow missed. | Nicholas Marriott |
2017-02-06 | Fix logging of CSI parameters. | Nicholas Marriott |
2017-02-01 | Implement "all event" (1003) mouse mode but in a way that works. The | Nicholas Marriott |
2017-01-22 | Accept the OSC 52 escape sequence inside tmux to add a new buffer, from | Nicholas Marriott |
2017-01-07 | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | Nicholas Marriott |
2016-12-09 | Spacing nits. | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-03 | Remove some dead code in cmd-move-window.c and make a load of local | Nicholas Marriott |
2016-09-28 | Couple of vasprintf -> xvasprintf. | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-03-02 | Handle wcwidth() and mbtowc() failures in better style and drop | Nicholas Marriott |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2016-01-15 | A couple of missing printflike attributes, from Andrey Starodubtsev. | Nicholas Marriott |
2015-12-16 | send-keys -R should reset the input parser to ground state (so it can be | Nicholas Marriott |
2015-11-23 | Partly revert previous, it is harmless to keep support for UTF-8 mouse | Nicholas Marriott |
2015-11-23 | Remove support for the UTF-8 mouse extension. This was a briefly used, | Nicholas Marriott |
2015-11-18 | Sync the entire xmalloc.[ch] with the other users, but with the addition | Nicholas Marriott |
2015-11-14 | The character is an int so use %x not %hhx. | Nicholas Marriott |
2015-11-14 | All these return values from utf8_* are confusing, use an enum. | Nicholas Marriott |
2015-11-14 | Be more strict about invalid UTF-8. | Nicholas Marriott |
2015-11-14 | Log more of UTF-8 input. | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-02 | Log pane which received input data. | Nicholas Marriott |
2015-09-01 | Tweak some error messages/comments. | Nicholas Marriott |