summaryrefslogtreecommitdiffstats
path: root/style.c
AgeCommit message (Expand)Author
2024-01-22Increase buffer size to avoid truncating styles, GitHub issue 3809 fromnicm
2023-08-17Add a session, pane and user mouse range types for the status line andnicm
2023-06-26Add "us" to styles for underscore colour, GitHub issue 3589.nicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2021-08-12Make newline a style delimiter as well so they can cross multiple linesnicm
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spacenicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-05-16Drop having a separate type for style options and make them all strings,nicm
2020-05-16Use a grid cell not a style for the pane style.nicm
2020-05-16Add an attribute for ACS.nicm
2019-09-15Add push-default and pop-default in styles to change the default coloursnicm
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structnicm
2019-07-01Add a "fill" style attribute to clear the entire format drawing area innicm
2019-06-27Add support for underscore colours with Setulc capability, mostly fromnicm
2019-05-12Fix some indentation and dead assignments.nicm
2019-04-05Fix some warnings, from Thomas Adam.nicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-14Remove some unnecessary temporary variables and be much less strictnicm
2019-03-14A little tidying in style_parse.nicm
2019-03-14Add a wrapper (struct style) around styles rather than using thenicm
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxnicm
2017-01-15Major tidy up and rework of options tree and set-option/show-optionsnicm
2017-01-13options_get_style return const too.nicm
2017-01-12Simplify appending to string options.nicm
2016-07-15Instead of representing colours in several different forms with variousnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-09-14When the active pane changes, redraw panes if the style hasnicm
2015-05-07Style spacing nits.nicm
2015-04-15Fix setting old-style window -fg/-bg/-attr options that aren't global.nicm
2015-02-18When given an invalid style, don't set the option to the default. Fixnicm
2014-10-20Tidy up some includes.nicm
2014-05-08Handle colour 8 properly in the 256 colour palette, from Timothy Allen.nicm
2014-02-22Fix -fg/-bg/-style with 256 colour terminals.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm