index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
colour.c
Age
Commit message (
Expand
)
Author
2021-02-15
Support X11 colour names and some other variations for OSC 10/11, also
Nicholas Marriott
2020-08-25
Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue
Nicholas Marriott
2019-06-27
Add support for underscore colours with Setulc capability, mostly from
Nicholas Marriott
2019-03-13
The pane's style should be initialized to default before parsing the
Nicholas Marriott
2018-10-25
Add a "terminal" colour which can be used instead of "default" in style
Nicholas Marriott
2017-03-24
Show count of search results in copy mode.
Nicholas Marriott
2016-07-15
Instead of representing colours in several different forms with various
Nicholas Marriott
2016-06-06
Much faster (and smaller) method of mapping RGB colour to an xterm(1)
Nicholas Marriott
2016-01-19
I no longer use my SourceForge address so replace it.
Nicholas Marriott
2015-06-05
Use ints for the calculations rather than u_char, they could end up
Nicholas Marriott
2015-06-05
Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2)
Nicholas Marriott
2015-06-05
Use fixed colour tables rather than generated and do a quick search for
Nicholas Marriott
2015-03-31
Fix some format specifier nits, from Ben Boeckel.
Nicholas Marriott
2015-02-07
Check for \0 in the right place, from J Raynor.
Nicholas Marriott
2013-03-27
Remove tmux's (already minimal) 88 colour support. Such terminals are
Nicholas Marriott
2012-01-21
Add strings to allow the aixterm bright colours to be used when
Nicholas Marriott
2011-08-22
There is no need to use sqrt()/INFINITY here which simplifies the code
Nicholas Marriott
2011-01-08
Accept colours of the hex form #ffffff and translate to the nearest from
Nicholas Marriott
2009-09-10
Permit options such as status-bg to be configured using the entire 256 colour
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott