summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/colour.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for underscore colours with Setulc capability, mostly fromnicm2019-06-271-6/+80
* The pane's style should be initialized to default before parsing thenicm2019-03-131-2/+2
* Add a "terminal" colour which can be used instead of "default" in stylenicm2018-10-251-3/+8
* Show count of search results in copy mode.nicm2017-03-241-2/+2
* Instead of representing colours in several different forms with variousnicm2016-07-151-18/+25
* Much faster (and smaller) method of mapping RGB colour to an xterm(1)nicm2016-06-061-303/+53
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Use ints for the calculations rather than u_char, they could end upnicm2015-06-051-5/+6
* Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2)nicm2015-06-051-19/+17
* Use fixed colour tables rather than generated and do a quick search fornicm2015-06-051-86/+293
* Fix some format specifier nits, from Ben Boeckel.nicm2015-03-311-2/+2
* Check for \0 in the right place, from J Raynor.nicm2015-02-071-9/+9
* Remove tmux's (already minimal) 88 colour support. Such terminals arenicm2013-03-271-27/+1
* Add strings to allow the aixterm bright colours to be used whennicm2012-01-211-1/+41
* There is no need to use sqrt()/INFINITY here which simplifies the codenicm2011-08-221-8/+6
* Accept colours of the hex form #ffffff and translate to the nearest fromnicm2011-01-081-3/+118
* Permit options such as status-bg to be configured using the entire 256 colournicm2009-09-101-2/+41
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+123