aboutsummaryrefslogtreecommitdiff
path: root/colour.c
Commit message (Collapse)AuthorAge
* Accept colours of the hex form #ffffff and translate to the nearest fromNicholas Marriott2011-01-08
| | | | the xterm(1) 256-colour set.
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
| | | | palette by setting "colour0" to "colour255".
* 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