[Konsole-devel] [Bug 143227] Konsole doesn't seem to support xterm's style titeInhibit option

Robert Knight robertknight at gmail.com
Tue Mar 20 13:47:49 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143227         




------- Additional Comments From robertknight gmail com  2007-03-20 14:47 -------
If you use the "Linux Console" session type, man vim and less will exhibit the behaviour you after.

To start a new Linux Console session, go to Session -> New Linux Console

If you want to modify the other sessions to behave like this, go to Settings -> Configure Konsole -> Session tab.  Select the session type you are interested in ( "Shell" is the default ) and in the Properties section, set the "TERM" value to "linux" and click Apply.

You can get the same effect in most terminal programs by setting the TERM environment variable to "linux" and starting a new shell:

eg in gnome-terminal:

export TERM=linux
bash
man <some program>

An unfortunate side-effect is that the mouse is not enabled in Vim when TERM=linux.



More information about the konsole-devel mailing list