summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/attributes.c (follow)
Commit message (Collapse)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
| | | | | enabled by adding the Smulx capability with terminal-overrides (add something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-221-5/+8
| | | | | terminfo capability. This means there are now nine attribute bits, so anything above 0xff uses an extended cell.
* 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
| | | | is clearer and avoids confusion with default colours.
* 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
| | | | | | right now according to NicM but better safe than sorry. OK nicm@
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+92
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti