CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/17 02:24:46
Modified files: usr.bin/tmux : screen-write.c tmux.h tty.c Log message: Instead of having a complicated check to see if the cursor is in the last position to avoid an explicit wrap, actually move it there. Some UTF-8 fixes to come.