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