summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/style.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some indentation and dead assignments.nicm2019-05-121-4/+2
* Fix some warnings, from Thomas Adam.nicm2019-04-051-2/+2
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-181-6/+107
* Remove some unnecessary temporary variables and be much less strictnicm2019-03-141-36/+31
* A little tidying in style_parse.nicm2019-03-141-17/+16
* Add a wrapper (struct style) around styles rather than using thenicm2019-03-141-57/+99
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-221-4/+2
* Major tidy up and rework of options tree and set-option/show-optionsnicm2017-01-151-50/+1
* options_get_style return const too.nicm2017-01-131-3/+3
* Simplify appending to string options.nicm2017-01-121-2/+2
* Instead of representing colours in several different forms with variousnicm2016-07-151-77/+30
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* When the active pane changes, redraw panes if the style hasnicm2015-09-141-1/+13
* Style spacing nits.nicm2015-05-071-3/+3
* Fix setting old-style window -fg/-bg/-attr options that aren't global.nicm2015-04-151-3/+11
* When given an invalid style, don't set the option to the default. Fixnicm2015-02-181-11/+17
* Tidy up some includes.nicm2014-10-201-1/+3
* Handle colour 8 properly in the 256 colour palette, from Timothy Allen.nicm2014-05-081-5/+5
* Fix -fg/-bg/-style with 256 colour terminals.nicm2014-02-221-7/+21
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-281-0/+224