CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/12 10:59:55
Modified files: usr.bin/tmux : input.c screen-write.c tmux.h Log message: When backspace is received at the beginning of a line and the previous line was wrapped, move the cursor back up to the end of the previous line. Another one of the forgotten persons requested this quite a while ago (I need to start noting names on todo items...) when it was quite hard to implement. Now it is easy and I don't see it can do any harm, so hey presto...