summaryrefslogtreecommitdiffstats
path: root/format-draw.c
AgeCommit message (Expand)Author
2023-08-17Add a session, pane and user mouse range types for the status line andnicm
2023-08-07Trim can generate strings longer than the original if there are many #s,nicm
2022-02-22Initialize copy_width before adjusting it, GitHub issue 3079.nicm
2021-10-26Do not allow inline styles to replace mode-style for the selected item,nicm
2021-08-22Fix handling of leading #s when working out width.nicm
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spacenicm
2020-12-01Make replacement of ##s consistent when drawing formats, whethernicm
2020-11-09Change how escaping is processed for formats so that ## and # can benicm
2020-05-16Add an option to set the pane border lines style from a choice of singlenicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.nicm
2020-04-09More style nits.nicm
2020-03-07Use correct width of right marker so it doesn't draw over status rightnicm
2020-01-08Do not hang in format_trim_* on invalid UTF-8 characters.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-14Do not loop forever if a menu item contains invisible characters,nicm
2019-05-23Fix drawing of status-right when it is aligned to the centre, GitHubnicm
2019-04-24Do not loop forever if there is a nonprintable character in the format.nicm
2019-03-28Fix offset of list ranges.nicm
2019-03-20Include function name in logging.nicm
2019-03-20Do not leak ranges on error.nicm
2019-03-20Ignore invalid styles rather than throwing away the whole format, thisnicm
2019-03-20Bit more logging to show drawing errors.nicm
2019-03-18Free temporary screens when writing format.nicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm