mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +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
No description provided
Languages
C
87.5%
Roff
7.1%
Shell
2.7%
Yacc
1.3%
M4
0.8%
Other
0.5%