summaryrefslogtreecommitdiffstats
path: root/colour.c
AgeCommit message (Collapse)Author
2012-01-21Sync OpenBSD patchset 1006:Tiago Cunha
Add strings to allow the aixterm bright colours to be used when configuring colours, requested by Elliott Cable a few months ago.
2011-08-25Sync OpenBSD patchset 948:Tiago Cunha
There is no need to use sqrt()/INFINITY here which simplifies the code and makes it more portable, from Havard Eidnes.
2011-07-09Expand the Id keyword. Tiago Cunha
2011-01-21Sync OpenBSD patchset 833:Tiago Cunha
Accept colours of the hex form #ffffff and translate to the nearest from the xterm(1) 256-colour set.
2009-09-11Sync OpenBSD patchset 322:Tiago Cunha
Permit options such as status-bg to be configured using the entire 256 colour palette by setting "colour0" to "colour255".
2009-05-18chmod +x configureNicholas Marriott
2009-03-07Support for 88 colour terminals.Nicholas Marriott
2009-01-27Allow status, mode and message attributes to be changed by three new ↵Nicholas Marriott
options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks!
2009-01-10Trim spaces.Nicholas Marriott
2008-10-09Translate 256 colours to 16.Nicholas Marriott
2008-09-10Split colour functions from screen.Nicholas Marriott