CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2015/06/05 16:33:39
Modified files: usr.bin/tmux : colour.c input.c tmux.h Log message: Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2) like xterm(1) does, by mapping to the nearest in the 256 colour palette.