summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/format-draw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an option to set the pane border lines style from a choice of singlenicm2020-05-161-2/+3
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-161-2/+2
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-161-5/+5
* Add 'e' key in buffer mode to open the buffer in an editor.nicm2020-05-161-2/+2
* More style nits.nicm2020-04-091-2/+2
* Use correct width of right marker so it doesn't draw over status rightnicm2020-03-071-2/+3
* Do not hang in format_trim_* on invalid UTF-8 characters.nicm2020-01-081-3/+7
* Add push-default and pop-default in styles to change the default coloursnicm2019-09-151-6/+17
* Correctly clear underscore colour in grid_get_cell1, also fix structnicm2019-07-061-2/+2
* Add a "fill" style attribute to clear the entire format drawing area innicm2019-07-011-2/+15
* Do not loop forever if a menu item contains invisible characters,nicm2019-06-141-2/+3
* Fix drawing of status-right when it is aligned to the centre, GitHubnicm2019-05-231-9/+3
* Do not loop forever if there is a nonprintable character in the format.nicm2019-04-241-3/+5
* Fix offset of list ranges.nicm2019-03-281-1/+4
* Include function name in logging.nicm2019-03-201-5/+7
* Do not leak ranges on error.nicm2019-03-201-2/+5
* Ignore invalid styles rather than throwing away the whole format, thisnicm2019-03-201-2/+3
* Bit more logging to show drawing errors.nicm2019-03-201-2/+6
* Free temporary screens when writing format.nicm2019-03-181-2/+8
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-181-0/+871