aboutsummaryrefslogtreecommitdiff
path: root/style.c
Commit message (Expand)AuthorAge
* Make newline a style delimiter as well so they can cross multiple linesnicm2021-08-12
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-11
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
* Drop having a separate type for style options and make them all strings,nicm2020-05-16
* Use a grid cell not a style for the pane style.nicm2020-05-16
* Add an attribute for ACS.nicm2020-05-16
* Add push-default and pop-default in styles to change the default coloursnicm2019-09-15
* Correctly clear underscore colour in grid_get_cell1, also fix structnicm2019-07-06
* Add a "fill" style attribute to clear the entire format drawing area innicm2019-07-01
* Add support for underscore colours with Setulc capability, mostly fromnicm2019-06-27
* Fix some indentation and dead assignments.nicm2019-05-12
* Fix some warnings, from Thomas Adam.nicm2019-04-05
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* Remove some unnecessary temporary variables and be much less strictnicm2019-03-14
* A little tidying in style_parse.nicm2019-03-14
* Add a wrapper (struct style) around styles rather than using thenicm2019-03-14
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-22
* Major tidy up and rework of options tree and set-option/show-optionsnicm2017-01-15
* options_get_style return const too.nicm2017-01-13
* Simplify appending to string options.nicm2017-01-12
* Instead of representing colours in several different forms with variousnicm2016-07-15
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* When the active pane changes, redraw panes if the style hasnicm2015-09-14
* Style spacing nits.nicm2015-05-07
* Fix setting old-style window -fg/-bg/-attr options that aren't global.nicm2015-04-15
* When given an invalid style, don't set the option to the default. Fixnicm2015-02-18
* Tidy up some includes.nicm2014-10-20
* Handle colour 8 properly in the 256 colour palette, from Timothy Allen.nicm2014-05-08
* Fix -fg/-bg/-style with 256 colour terminals.nicm2014-02-22
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28