CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/20 13:14:42
Modified files:
usr.bin/tmux : buffer.c grid.c screen-write.c
Log message:
A few trivial optimisations: no need to check for zero size if calling
buffer_ensure in buffer.c; expand grid lines by a greater increase than one
each time; and don't read UTF-8 data unless it actually needs to be checked
when overwriting a cell.
