CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/28 02:27:33
Modified files: usr.bin/tmux : tty.c Log message: Setting SGR0 when setting the fg and bg has problems if only one of the two is meant to be default, so rewrite the code to move this outside, move setting colours before attributes and generally clean up. Tested by sthen@, fixes problems he was seeing with mutt and should fix some existing problems with (rarely) lost attributes.