summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/attributes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an attribute for ACS.nicm2020-05-161-2/+4
* Style nits in function arguments.nicm2019-12-031-3/+3
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-131-4/+6
* Support for extended underline styles on terminals which offer them,nicm2018-10-181-22/+36
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-221-5/+8
* Style nits.nicm2017-02-161-8/+8
* Use snprintf for constructing attribute string, from Tim Ruehsen.nicm2012-03-171-18/+12
* Accept (and document) "none" instead of "default" for attributes as itnicm2010-05-141-3/+3
* Rename a variable to something more helpful.nicm2009-11-261-21/+21
* Don't dereference NULL if buf winds up being empty. Can't happenray2009-06-021-2/+3
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+92