Bug 272386

Summary: Konsole will not display text in vim until window is resized
Product: [Applications] konsole Reporter: slaxative
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adaptee
Priority: NOR    
Version First Reported In: 2.3.3   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Vimrc that breaks vim in konsole.

Description slaxative 2011-05-03 23:28:50 UTC
Created attachment 59591 [details]
Vimrc that  breaks vim in konsole.

Version:           2.3.3 (using KDE 1.2) 
OS:                Linux

When running vim with the attached .vimrc I am unable to view any files until I resize the konsole window, either larger or smaller. After resizing either direction, it functions properly. This also occurs on KDE 3.5.4.
This .vimrc works correctly in xterm.

Reproducible: Always

Steps to Reproduce:
1. Open any text document with vim
2. User is presented with no text in vim window
3. Resize window
4. Text presents itself

Actual Results:  
Text appears.

Expected Results:  
A user should not be required to resize a window to view text in vim.
Comment 1 Jekyll Wu 2011-07-19 12:14:06 UTC
I can reproduce this with 2.7.999

This is caused by two lines within the attached .vimrc :

set lines=40
set columns=83

So the real problem/bug is konsole does not resize itself when resizing instruction is emitted from terminal process(vim, etc), as pointed by kurt in comment #4 in bug #245746
Comment 2 Jekyll Wu 2011-07-30 14:16:04 UTC

*** This bug has been marked as a duplicate of bug 238073 ***