summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-clock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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