| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an "absolute-centre" alignment to use the centre of the total space |  nicm | 2021-03-11 | 1 | -1/+5 |
* | Add a customize mode where keys and options may be browsed and changed, |  nicm | 2020-05-16 | 1 | -2/+7 |
* | Drop having a separate type for style options and make them all strings, |  nicm | 2020-05-16 | 1 | -8/+28 |
* | Use a grid cell not a style for the pane style. |  nicm | 2020-05-16 | 1 | -28/+3 |
* | Add an attribute for ACS. |  nicm | 2020-05-16 | 1 | -3/+3 |
* | Add push-default and pop-default in styles to change the default colours |  nicm | 2019-09-15 | 1 | -21/+20 |
* | Correctly clear underscore colour in grid_get_cell1, also fix struct |  nicm | 2019-07-06 | 1 | -2/+2 |
* | Add a "fill" style attribute to clear the entire format drawing area in |  nicm | 2019-07-01 | 1 | -1/+13 |
* | Add support for underscore colours with Setulc capability, mostly from |  nicm | 2019-06-27 | 1 | -2/+2 |
* | Fix some indentation and dead assignments. |  nicm | 2019-05-12 | 1 | -4/+2 |
* | Fix some warnings, from Thomas Adam. |  nicm | 2019-04-05 | 1 | -2/+2 |
* | Extend the #[] style syntax and use that together with previous format |  nicm | 2019-03-18 | 1 | -6/+107 |
* | Remove some unnecessary temporary variables and be much less strict |  nicm | 2019-03-14 | 1 | -36/+31 |
* | A little tidying in style_parse. |  nicm | 2019-03-14 | 1 | -17/+16 |
* | Add a wrapper (struct style) around styles rather than using the |  nicm | 2019-03-14 | 1 | -57/+99 |
* | Add support for the strikethrough attribute (SGR 9), using the new smxx |  nicm | 2017-03-22 | 1 | -4/+2 |
* | Major tidy up and rework of options tree and set-option/show-options |  nicm | 2017-01-15 | 1 | -50/+1 |
* | options_get_style return const too. |  nicm | 2017-01-13 | 1 | -3/+3 |
* | Simplify appending to string options. |  nicm | 2017-01-12 | 1 | -2/+2 |
* | Instead of representing colours in several different forms with various |  nicm | 2016-07-15 | 1 | -77/+30 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | When the active pane changes, redraw panes if the style has |  nicm | 2015-09-14 | 1 | -1/+13 |
* | Style spacing nits. |  nicm | 2015-05-07 | 1 | -3/+3 |
* | Fix setting old-style window -fg/-bg/-attr options that aren't global. |  nicm | 2015-04-15 | 1 | -3/+11 |
* | When given an invalid style, don't set the option to the default. Fix |  nicm | 2015-02-18 | 1 | -11/+17 |
* | Tidy up some includes. |  nicm | 2014-10-20 | 1 | -1/+3 |
* | Handle colour 8 properly in the 256 colour palette, from Timothy Allen. |  nicm | 2014-05-08 | 1 | -5/+5 |
* | Fix -fg/-bg/-style with 256 colour terminals. |  nicm | 2014-02-22 | 1 | -7/+21 |
* | Allow replacing each of the many sets of separate foo-{fg,bg,attr} |  nicm | 2014-01-28 | 1 | -0/+224 |