Bug#805375: dash: interactive dash mishandles the quit character (^\)

2022-12-17 Thread Vincent Lefevre
Control: found -1 0.5.11+git20210903+057cd650a4ed-9 On 2015-12-07 02:27:29 +0100, Vincent Lefevre wrote: > On 2015-12-06 23:22:11 +0100, Jilles Tjoelker wrote: > > Dash is behaving correctly here. The flush of the input queue occurs > > because the NOFLSH flag is not set in termios c_lflag. After

Bug#805375: dash: interactive dash mishandles the quit character (^\)

2015-12-06 Thread Vincent Lefevre
On 2015-12-06 23:22:11 +0100, Jilles Tjoelker wrote: > Dash is behaving correctly here. The flush of the input queue occurs > because the NOFLSH flag is not set in termios c_lflag. After 'stty > noflsh', there is still '^\' visible but the characters before it are > not discarded. The behavior is

Bug#805375: dash: interactive dash mishandles the quit character (^\)

2015-11-17 Thread Vincent Lefevre
Package: dash Version: 0.5.7-4+b1 Severity: normal http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html says: If the shell is interactive: SIGQUIT and SIGTERM signals shall be ignored. The behavior of dash is correct when the signal has been sent with "kill" from another termi