Commit 399f471
committed
Adapts CSIu input protocol to match how recent fish shell implementation transmits it.
However, I cannot really read that behaviour from https://sw.kovidgoyal.net/kitty/keyboard-protocol/
There was no example showing `CSI = u` nor `CSI = 5 u` without first
entering CSIu mode.
It seems like fish shell is tweaking CSIu mode by setting/resetting
without entering/leaving.
The given spec however also does not mention flags to default to 0
neither.
Signed-off-by: Christian Parpart <christian@parpart.family>1 parent 698c64e commit 399f471
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3638 | 3638 | | |
3639 | 3639 | | |
3640 | 3640 | | |
3641 | | - | |
| 3641 | + | |
| 3642 | + | |
3642 | 3643 | | |
3643 | | - | |
3644 | | - | |
3645 | 3644 | | |
3646 | 3645 | | |
3647 | 3646 | | |
| |||
0 commit comments