Commit 61d45ec
blin
fix: Shift-Delete sends correct xterm escape sequence
Was sending ESC[2K (erase line) in non-appCursor mode instead of
ESC[3;2~ (standard xterm Shift-Delete). Micro and other TUI apps
now correctly receive ShiftDelete keybinding.1 parent c361a29 commit 61d45ec
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
| 517 | + | |
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
0 commit comments