CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/26 15:42:08
Modified files: usr.bin/tmux : input-keys.c key-string.c mode-key.c tmux.h tty-keys.c Log message: Detect backspace by looking at termios VERASE and translate it into \177 (which matches screen's behaviour if not its termcap/terminfo entry). The terminfo kbs cap is often wrong or missing so it can't be used, and just assuming \177 may be wrong.