CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2016/07/14 18:42:56

Modified files:
        usr.bin/tmux   : colour.c grid.c input.c screen-redraw.c 
                         screen-write.c style.c tmux.h tty.c 
                         window-clock.c 

Log message:
Instead of representing colours in several different forms with various
cell flags, convert to use an int with flags marking 256 or RGB colours
in the top byte (except in cells, which we don't want to make any
bigger). From Brad Town.

Reply via email to