-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
In term library (& fyneterm app as well), hitting backspace produces ^H.
$ stty -a | grep erase
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0;...seems like the shell is expecting 0x7F, but fyne term is sending ^H (0x08).
I could reproduce this with both local shell (/bin/sh) as well as with connection (reader/writer).
This could be solved by exposing some functions to override special key codes that are emitted by fyne term on user input.
Metadata
Metadata
Assignees
Labels
No labels