When we write out the grid including escape sequences, an SGR 0 needs to
authornicm <nicm@openbsd.org>
Tue, 25 Apr 2017 18:20:51 +0000 (18:20 +0000)
committernicm <nicm@openbsd.org>
Tue, 25 Apr 2017 18:20:51 +0000 (18:20 +0000)
commit0a64112d3d4e661977ecce0d7aa78ca5d207e372
treed6474b48027f82db1c25b1282655dc69b18042bc
parent39b12df6b095fb397394d92a14db92c6d0b29628
When we write out the grid including escape sequences, an SGR 0 needs to
cause the colours to be written again. Also treat colours separately
from attributes so that RGB colours will work.
usr.bin/tmux/grid.c
usr.bin/tmux/tmux.h