You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ink's key.backspace flag depends on what the terminal sends — Linux
consoles, tmux, and many SSH configs deliver Backspace as raw 0x7f or
0x08 with no flag set, or surface it as key.delete. Catch the raw
bytes too, and route Delete-key presses at end-of-line to backspace
semantics (matches readline). Filter control bytes out of the
printable branch so a stray Backspace can never end up inserted as a
glyph.
0 commit comments