Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add an attribute for ACS. | Nicholas Marriott | 2020-04-23 |
| | |||
* | Style nits in function arguments. | nicm | 2019-12-03 |
| | |||
* | Add support for overline (SGR 53), from Ricardo Banffy. | nicm | 2019-05-13 |
| | |||
* | Support for extended underline styles on terminals which offer them, | nicm | 2018-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 smxx | nicm | 2017-03-22 |
| | | | | | terminfo capability. This means there are now nine attribute bits, so anything above 0xff uses an extended cell. | ||
* | Style nits. | nicm | 2017-02-16 |
| | |||
* | Use snprintf for constructing attribute string, from Tim Ruehsen. | Nicholas Marriott | 2012-03-17 |
| | |||
* | Accept (and document) "none" instead of "default" for attributes as it | Nicholas Marriott | 2010-05-14 |
| | | | | is clearer and avoids confusion with default colours. | ||
* | Rename a variable to something more helpful. | Nicholas Marriott | 2009-11-26 |
| | |||
* | Don't dereference NULL if buf winds up being empty. Can't happen | Ray Lai | 2009-06-02 |
| | | | | | | right now according to NicM but better safe than sorry. OK nicm@ | ||
* | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-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 |