summaryrefslogtreecommitdiffstats
path: root/attributes.c
AgeCommit message (Collapse)Author
2020-04-23Add an attribute for ACS.Nicholas Marriott
2019-12-03Style nits in function arguments.nicm
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.nicm
2018-10-18Support for extended underline styles on terminals which offer them,nicm
enabled by adding the Smulx capability with terminal-overrides (add something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxnicm
terminfo capability. This means there are now nine attribute bits, so anything above 0xff uses an extended cell.
2017-02-16Style nits.nicm
2012-03-17Use snprintf for constructing attribute string, from Tim Ruehsen.Nicholas Marriott
2010-05-14Accept (and document) "none" instead of "default" for attributes as itNicholas Marriott
is clearer and avoids confusion with default colours.
2009-11-26Rename a variable to something more helpful.Nicholas Marriott
2009-06-02Don't dereference NULL if buf winds up being empty. Can't happenRay Lai
right now according to NicM but better safe than sorry. OK nicm@
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
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