Bug 154106

Summary: konsole "Output has been suspended" message appears for Ctrl-S in cases where output is not suspended
Product: [Applications] konsole Reporter: David Pretty <david.pretty>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Pretty 2007-12-15 14:57:02 UTC
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.
Comment 1 Robert Knight 2007-12-15 22:31:49 UTC

*** This bug has been marked as a duplicate of 151966 ***
Comment 2 David Benjamin 2008-01-12 16:47:43 UTC
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)
Comment 3 Robert Knight 2008-01-12 18:50:16 UTC
> 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.