CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/18 10:02:17
Modified files:
usr.bin/tmux : Makefile grid.c screen-write.c tmux.1 tmux.h
tty.c window-copy.c
Added files:
usr.bin/tmux : grid-utf8.c
Log message:
Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid
data into functions in a new file, grid-utf8.c, and use sizeof intead of
UTF8_DATA.
Also nuke trailing whitespace from tmux.1, reminded by jmc.
