| Summary: | Flow control warning widget conflicts with Emacs Ctrl+S | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Robert Knight <robertknight> |
| Component: | general | Assignee: | Robert Knight <robertknight> |
| Status: | RESOLVED FIXED | ||
| 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
Robert Knight
2008-05-16 17:25:23 UTC
SVN commit 808588 by knight: Do not show flow control warning widget if terminal application (eg. Emacs) disables flow control. Check current terminal flow control settings when Ctrl+S is pressed and only show the warning if the warning is enabled in profile settings and Xon/Xoff is enabled in the terminal. BUG: 162173 CCMAIL: jriddell@ubuntu.com M +7 -0 Emulation.h M +13 -1 Pty.cpp M +7 -2 Pty.h M +28 -8 Session.cpp M +1 -0 Session.h M +0 -12 TerminalDisplay.cpp M +7 -9 TerminalDisplay.h M +9 -1 Vt102Emulation.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=808588 |