summaryrefslogtreecommitdiffstats
path: root/clock.c
AgeCommit message (Collapse)Author
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
time now I've configured emacs to make them displayed in really annoying colours...
2009-11-26This doesn't need to be u_int.Nicholas Marriott
2009-09-10Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott
palette by setting "colour0" to "colour255".
2009-08-26Make this work when the clock is in small characters as well. Doh.Nicholas Marriott
2009-08-26Fix clock mode in black and white terminals now that tty.c tries to fixNicholas Marriott
reverse.
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
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