summaryrefslogtreecommitdiffstats
path: root/attributes.c
AgeCommit message (Expand)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
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxnicm
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
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
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott