Bug 272386 - Konsole will not display text in vim until window is resized
Summary: Konsole will not display text in vim until window is resized
Status: RESOLVED DUPLICATE of bug 238073
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.3.3
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-03 23:28 UTC by slaxative
Modified: 2011-07-30 14:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Vimrc that breaks vim in konsole. (8.04 KB, text/plain)
2011-05-03 23:28 UTC, slaxative
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***