On Tue, May 18, 2010 at 07:00:01AM -0400, Brynet wrote: > In anything >= 4.7, the 'xterm' termcap entry supports 256 colours, if
Not true. $ TERM=xterm tput colors 8 $ TERM=xterm tput setaf 100|cat -v ^[[3100m > I'm reading this patch correctly, this will hardcode the TERM > environment variable to 'xterm-color256' which isn't required. It should be xterm-256color or more likely rxvt-256color. > > Does this change behaviour for you? or are you just guessing? > > -Bryan. >
