[Konsole-devel] [Bug 245746] Konsole inverts $COLUMNS and $LINES when resized from vi

Jekyll Wu adaptee at gmail.com
Sat Jul 16 15:47:06 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=245746





--- Comment #3 from Jekyll Wu <adaptee gmail com>  2011-07-16 15:47:06 ---
Created an attachment (id=61923)
 --> (http://bugs.kde.org/attachment.cgi?id=61923)
call setImageSize() with the right order of lines and columns parameter

I can reproduce this with 2.7.999.

The cause of this problem is quite trival: one line within Vt102Emulation.cpp
calls setImagesize() with the order of lines and columns parameter swapped. 
The attached patch simply make it use the right order. 

However, it seems currently konsole does not support resizing from terminal
process(vi, etc). The COLUMNS and LINES environment variables are updated, by
the konsole window does not actually change its size .

-- 
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