Bug 154106 - konsole "Output has been suspended" message appears for Ctrl-S in cases where output is not suspended
Summary: konsole "Output has been suspended" message appears for Ctrl-S in cases where...
Status: RESOLVED DUPLICATE of bug 151966
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-15 14:57 UTC by David Pretty
Modified: 2008-01-12 18:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.