CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/22 01:16:54
Modified files:
usr.bin/tmux : attributes.c grid.c input.c style.c tmux.1
tmux.h tty-term.c tty.c
Log message:
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.
