CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/11 10:19:22
Modified files:
usr.bin/tmux : Makefile screen-redraw.c tmux.h tty-term.c
tty.c
Added files:
usr.bin/tmux : tty-acs.c
Log message:
Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid
terminals (I'm looking at you, putty) which disable the vt100 ACS mode
switching sequences in UTF-8 mode.
Also on terminals without ACS at all, use ASCII equivalents where
obvious.
