On Tue, Jun 21, 2016 at 09:29:11AM +0800, Fengguang Wu wrote: > Support directly setting RGB fg/bg colors via ISO-8613-3 24-bit > ANSI color escapes: > > ESC[38;2;<r>;<g>;<b>m Select RGB foreground color > ESC[48;2;<r>;<g>;<b>m Select RGB background color > > The killer applications for me are vim in tmux.
FYI, vim 7.4.1942 (few days ago) is necessary to make most vim color schemes work properly in tmux. patch 7.4.1942 Problem: Background is not drawn properly when 'termguicolors' is set. Solution: Check cterm_normal_bg_color. (Jacob Niehus, closes #805) https://github.com/vim/vim/commit/d18f672fc9477f3c0cb7cc4ce8d9237ed825c612 Thanks, Fengguang _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/rxvt-unicode
