aboutsummaryrefslogtreecommitdiff
path: root/clock.c
Commit message (Collapse)AuthorAge
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
| | | | palette by setting "colour0" to "colour255".
* Make this work when the clock is in small characters as well. Doh.Nicholas Marriott2009-08-26
|
* Fix clock mode in black and white terminals now that tty.c tries to fixNicholas Marriott2009-08-26
| | | | reverse.
* 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