aboutsummaryrefslogtreecommitdiff
path: root/attributes.c
Commit message (Collapse)AuthorAge
* Add an attribute for ACS.Nicholas Marriott2020-04-23
|
* Style nits in function arguments.nicm2019-12-03
|
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
|
* Support for extended underline styles on terminals which offer them,nicm2018-10-18
| | | | | 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-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