aboutsummaryrefslogtreecommitdiff
path: root/attributes.c
Commit message (Collapse)AuthorAge
* Add support for the strikethrough attribute (SGR 9), using the new smxxnicm2017-03-22
| | | | | terminfo capability. This means there are now nine attribute bits, so anything above 0xff uses an extended cell.
* Style nits.nicm2017-02-16
|
* Use snprintf for constructing attribute string, from Tim Ruehsen.Nicholas Marriott2012-03-17
|
* Accept (and document) "none" instead of "default" for attributes as itNicholas Marriott2010-05-14
| | | | is clearer and avoids confusion with default colours.
* Rename a variable to something more helpful.Nicholas Marriott2009-11-26
|
* Don't dereference NULL if buf winds up being empty. Can't happenRay Lai2009-06-02
| | | | | | right now according to NicM but better safe than sorry. OK nicm@
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
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