CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/30 03:26:49
Modified files:
usr.bin/tmux : tty.c
Log message:
Send two cub1 instead of using cub for moving the cursor two left. This
is normally better because using cub1 will be ^H^H (so two bytes) but
cub would be ^[[2D (four).
