summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-clock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-161-2/+2
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-121-3/+3
* Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-121-2/+5
* Add a separate mode struct for the active window mode if any.nicm2019-03-071-23/+26
* Pass window into mode functions.nicm2018-12-181-4/+5
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-3/+5
* Add a format for the name of the pane's mode, lets it be used as anicm2017-05-071-1/+3
* Add support for the OSC 4 and OSC 104 palette setting escape sequences,nicm2017-01-071-1/+3
* Add support for BCE (background colour erase). This makes various escapenicm2016-10-131-2/+2
* Fundamental change to how copy mode key bindings work:nicm2016-10-111-5/+5
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-14/+14
* Instead of representing colours in several different forms with variousnicm2016-07-151-3/+3
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Use __unused rather than rolling our own.nicm2015-11-181-5/+5
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-121-3/+4
* Move struct options into options.c.nicm2015-10-271-3/+3
* Remove some extra blank lines.nicm2015-09-141-2/+1
* Give clock mode its own timer.nicm2015-08-281-21/+31
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-191-5/+5
* Having three *clock* files is ridiculous, remove clock.c.nicm2014-03-311-3/+142
* No more lint means no more ARGSUSED.nicm2013-03-221-2/+1
* Automatically reflow wrapped lines when a pane is resized, requested bynicm2013-02-051-2/+2
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+3
* Pass in the session, rather than the client, to window modes' key()nicm2010-05-231-3/+3
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* This doesn't need to be u_int.nicm2009-11-261-3/+2
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ tonicm2009-11-261-1/+2
* Use gmtime_r so the current time isn't overwritten, the minute comparison worksnicm2009-06-271-5/+5
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+124