Version: (using Devel) Installed from: Compiled sources The flow control warning widget in Konsole appears whenever Ctrl+S is pressed and flow control is enabled in the current profile. This is annoying when using Emacs which uses Ctrl+X,Ctrl+S to save.
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