[Konsole-devel] [Bug 64988] libkonsolepart x size miscalculated
Karai Csaba
ckarai at users.sourceforge.net
Tue Sep 30 10:53:31 UTC 2003
------- 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=64988
------- Additional Comments From ckarai at users.sourceforge.net 2003-09-30 12:53 -------
echo $COLUMNS
-> 16
echo $LINES
-> 4
At creating the window, it reports the size 103x4 in a child window.
The output is OK after that. Executing an 'ls -l' everything is OK.
The input is problematic.
I press the keys one after the other:
012345678901234 <- HERE's a line break
567890123456789
I expeced:
012345678901234567890123456789
If I resize the window, but it remains 103x4 -> the bug also occurs
Resizing to 116x4 or 103x5 solves the problem.
After that the bug will not occur.
echo $COLUMNS
-> 103
echo $LINES
-> 5
I can reproduce it any time with Krusader.
Thanks,
Csaba
More information about the konsole-devel
mailing list