Version: (using KDE Devel) Installed from: Compiled sources OS: Linux When using emacs within konsole ( 'emacs -nw' ), pressing Ctrl-S brings up the "Output has been suspended by pressing Ctrl-S..." message, however output is not suspended by Ctrl-S in emacs. Also occurs for the nano editor.
*** This bug has been marked as a duplicate of 151966 ***
I don't think it's quite a duplicate of that bug --- 151966 is fixed, but the problem in this bug still occurs here. (Kubuntu packages) TerminalDisplay::keyPressEvent should check if suspending has been disabled before emitting the signal. (By getting a struct termios? I'm not very well-versed in the details of UNIX terminals.) Also, the link in the dialog is now dead. http://en.wikipedia.org/wiki/XON (Awesome feature, by the way. I was very pleasantly surprised when I found it. :-D)
> Also, the link in the dialog is now dead. Fixed, it will be in KDE 4.1 because it requires a string change. > TerminalDisplay::keyPressEvent should check if suspending > has been disabled before emitting the signal. That shouldn't be necessary. If flow control is enabled then sending input to the terminal will do nothing.