Bug 140610 - konsole doesn't support C-s & C-q to stop the output of programs running on the terminal unlike all other terminal emulators
Summary: konsole doesn't support C-s & C-q to stop the output of programs running on t...
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-25 17:26 UTC by Thierry Vignaud
Modified: 2007-02-10 04:07 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 Thierry Vignaud 2007-01-25 17:26:54 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Mandriva RPMs
Compiler:          gcc-4.1.2 
OS:                Linux

konsole doesn't support Control-s (& Control-q) to block (& restart) the output of programs running on the terminal unlike all other terminal emulators (linux text & fb console, xterm, rxvt, ...).

How to reproduce:
- run "find /"; it'll display lines of file paths
- press c-s; it should freeze find but doesn't with konsole
Comment 1 Robert Knight 2007-01-25 19:52:23 UTC
Flow control can be turned off or on in Konsole.  It is off by default.

Go to Settings -> Configure Konsole and there is an option on the first tab to enable flow control.
Comment 2 Thierry Vignaud 2007-01-26 12:05:48 UTC
should it be enabled by default for better conformance with other terminals?
Comment 3 Robert Knight 2007-01-26 12:58:52 UTC
In KDE 3 it is disabled by default because it was confusing some new users, at the cost of possibly surprising more experienced users.

In KDE 4 I think I have found a better solution.  Flow control is always enabled, but when pressing Ctrl+S, a banner appears at the top of the Konsole window explaining what has happened, what you pressed to make it happen, and what key sequence to use to resume output.
Comment 4 Thierry Vignaud 2007-01-26 14:29:14 UTC
OK. I guess we can close this BR then?
Comment 5 Robert Knight 2007-02-10 04:07:17 UTC
Fixed now.