Tagged Questions
1
vote
1answer
427 views
GNU Screen: using VT100 ASCII codes
I try to move with the VT100 keys here in GNU Screen:
$ screen
$ hello <left><left> ESC C ESC D
but "ESC D" deletes until the end of line and ESC C does nothing. Perhaps, I am not using ...