CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2012/04/29 01:33:41
Modified files: usr.bin/tmux : status.c Log message: Use int not u_char for colours from options since they may have bit 8 set to mark them as 256-colour. Reported by Chris Johnson.