Skip to content

terminal: Clear line using escapes instead of SIGINT

Alexey Kucherenko requested to merge cumamon/dolphin:bug-279614 into release/22.08

Sending SIGINT can be destructive, for example if we interrupt the loading of the shell init files (e.g. .bashrc) and clobber history preservation settings. Follow the example of Kate and send a Ctrl-E Ctrl-U to clear the prompt instead.

See !447 (comment 546471)

Merge request reports