aboutsummaryrefslogtreecommitdiff
path: root/window-clock.c
Commit message (Collapse)AuthorAge
* Use gmtime_r so the current time isn't overwritten, the minute comparison worksNicholas Marriott2009-06-27
| | | | | and the clock is actually updated. It was already used for lock-server but not here.
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti