History log of /openbsd-src/usr.bin/tmux/attributes.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 7cf271a4 16-May-2020 nicm <nicm@openbsd.org>

Add an attribute for ACS.


# 0925375c 03-Dec-2019 nicm <nicm@openbsd.org>

Style nits in function arguments.


# d37269ef 13-May-2019 nicm <nicm@openbsd.org>

Add support for overline (SGR 53), from Ricardo Banffy.


# 42caa339 18-Oct-2018 nicm <nicm@openbsd.org>

Support for extended underline styles on terminals which offer them,
enabled by adding the Smulx capability with terminal-overrides (add
something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.


# 1779e050 22-Mar-2017 nicm <nicm@openbsd.org>

Add support for the strikethrough attribute (SGR 9), using the new smxx
terminfo capability. This means there are now nine attribute bits, so
anything above 0xff uses an extended cell.


# b81242d0 16-Feb-2017 nicm <nicm@openbsd.org>

Style nits.


# b7b9dd82 17-Mar-2012 nicm <nicm@openbsd.org>

Use snprintf for constructing attribute string, from Tim Ruehsen.


# f4e6bdd3 14-May-2010 nicm <nicm@openbsd.org>

Accept (and document) "none" instead of "default" for attributes as it
is clearer and avoids confusion with default colours.


# 3eab8d75 26-Nov-2009 nicm <nicm@openbsd.org>

Rename a variable to something more helpful.


# 9690cfb6 02-Jun-2009 ray <ray@openbsd.org>

Don't dereference NULL if buf winds up being empty. Can't happen
right now according to NicM but better safe than sorry.

OK nicm@


# 311827fb 01-Jun-2009 nicm <nicm@openbsd.org>

Import tmux, a terminal multiplexor allowing (among other things) a single
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one termin

Import tmux, a terminal multiplexor allowing (among other things) a single
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

show more ...