| 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: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Pretty
2007-12-15 14:57:02 UTC
*** 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. |