mirror of
https://github.com/tmux/tmux.git
synced 2026-08-26 16:41:34 +00:00
361801aaaa4f68768f7f45695c51bbe5a1acee2b
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.
Description
tmux source code
Languages
C
75.8%
Shell
16.1%
Roff
5.9%
Yacc
1%
M4
0.7%
Other
0.4%