summaryrefslogtreecommitdiffstats
path: root/window-clock.c
AgeCommit message (Expand)Author
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-07Merge branch 'obsd-master'Thomas Adam
2013-02-05Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-05-23Pass in the session, rather than the client, to window modes' key()Nicholas Marriott
2010-05-22Pass in the session, rather than the client, to window modes' key() function.Micah Cowan
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 573:Tiago Cunha
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
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-07-01$Id$.Nicholas Marriott
2009-06-29Fix $Id$.Nicholas Marriott
2009-06-29Use gmtime_r so the current time isn't overwritten, the minute comparison worksNicholas 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
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Linux bits.Nicholas Marriott
2009-01-10Clock mode.Nicholas Marriott