sshesame icon indicating copy to clipboard operation
sshesame copied to clipboard

Pressing Ctrl-D to terminate a command terminates the whole session

Open jaksi opened this issue 3 years ago • 0 comments

E.g. running cat and trying to terminate it by pressing Ctrl-D terminates the whole session.

Seems like the terminal we're using handles Ctrl-D (ASCII EOT) in a way that prevents further input processing. We might have to use another terminal implementation or roll our own.

jaksi avatar Jul 09 '21 13:07 jaksi