Instead of representing colours in several different forms with various
authornicm <nicm@openbsd.org>
Fri, 15 Jul 2016 00:42:56 +0000 (00:42 +0000)
committernicm <nicm@openbsd.org>
Fri, 15 Jul 2016 00:42:56 +0000 (00:42 +0000)
commit92c661c58a8104b40f0f5a264118afa8ed14a97a
treefba1f353ba5c641f8b729defd1a30d25d874a4e9
parentf4f57a927dbb59dad71774943721788e47fe7a98
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.
usr.bin/tmux/colour.c
usr.bin/tmux/grid.c
usr.bin/tmux/input.c
usr.bin/tmux/screen-redraw.c
usr.bin/tmux/screen-write.c
usr.bin/tmux/style.c
usr.bin/tmux/tmux.h
usr.bin/tmux/tty.c
usr.bin/tmux/window-clock.c