[Konsole-devel] [Bug 176902] Konsole: apps in tabbed shell truncated to 24 lines (LINES=24)
Alain BAECKEROOT
alain.baeckeroot at laposte.net
Sun Jul 25 12:06:30 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=176902
Alain BAECKEROOT <alain.baeckeroot at laposte.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alain.baeckeroot at laposte.ne
| |t
--- Comment #15 from Alain BAECKEROOT <alain baeckeroot laposte net> 2010-07-25 14:06:22 ---
It seems that konsole swaps informations of COLUMNS and LINES in Ubuntu 9.10
Karmic:
ii konsole 4:4.3.2-0ubuntu3
$ resize
COLUMNS=121;
LINES=45;
export COLUMNS LINES;
$ vim /tmp/a
then i tell vim that the console is 122 columns (:set co=122) then i quit
and the konsole is totally screwed
$ echo $COLUMNS $LINES
45 122
until i resize it with mouse (just enlarge it by one column)
$ echo $COLUMNS $LINES
122 45
I have no trouble if i do the same in xterm.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list