CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/01/17 19:16:21
Modified files:
usr.bin/tmux : Makefile cmd-server-info.c format.c grid-view.c
grid.c input.c screen-write.c tmux.h tty.c
window-copy.c
Added files:
usr.bin/tmux : grid-cell.c
Removed files:
usr.bin/tmux : grid-utf8.c
Log message:
Rather than having two grids for each pane, one for ASCII and one for
UTF-8, collapse the two together. Simplifies the code at the expense of
more memory (which can probably be reduced again later).