CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/08/03 08:10:54
Modified files: usr.bin/tmux : cmd-attach-session.c cmd-new-session.c cmd-set-option.c cmd-string.c tmux.1 tmux.c tmux.h tty-term.c tty.c Log message: Add a terminal-overrides session option allowing individual terminfo(5) entries to be overridden. The 88col/256col checks are now moved into the default setting and out of the code. Also remove a couple of old workarounds for xterm and rxvt which are no longer necessary (tmux can emulate them if missing).