Age | Commit message (Expand) | Author |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2019-03-12 | Allow multiple modes to be open in a pane. A stack of open modes is kept | Nicholas Marriott |
2019-03-07 | Add a separate mode struct for the active window mode if any. | Nicholas Marriott |
2018-12-18 | Pass window into mode functions. | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-07 | Add a format for the name of the pane's mode, lets it be used as a | Nicholas Marriott |
2017-01-07 | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-14 | Remove some extra blank lines. | Nicholas Marriott |
2015-08-28 | Give clock mode its own timer. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2014-03-31 | Having three *clock* files is ridiculous, remove clock.c. | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-02-05 | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2010-05-23 | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-26 | This doesn't need to be u_int. | Nicholas Marriott |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-06-27 | Use gmtime_r so the current time isn't overwritten, the minute comparison works | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |