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