mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 00:06:07 +00:00
Fix backspace option for new key format, GitHub issue 4284.
This commit is contained in:
@@ -894,6 +894,7 @@ first_key:
|
||||
if (onlykey < 0x20 &&
|
||||
onlykey != C0_HT &&
|
||||
onlykey != C0_CR &&
|
||||
onlykey != C0_BS &&
|
||||
onlykey != C0_ESC) {
|
||||
onlykey |= 0x40;
|
||||
if (onlykey >= 'A' && onlykey <= 'Z')
|
||||
|
||||
Reference in New Issue
Block a user