Bug 281299 - Konsole only redraws the terminal if the mouse is moving.
Summary: Konsole only redraws the terminal if the mouse is moving.
Status: RESOLVED DUPLICATE of bug 230184
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.7
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-04 00:44 UTC by Robert Simmons
Modified: 2011-09-04 14:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Simmons 2011-09-04 00:44:01 UTC
Version:           2.7 (using KDE 4.7.0) 
OS:                Linux

If you have text constantly scrolling down a terminal window in Konsole, the screen only redraws the scrolling text while there is mouse movement.

If you stop moving the mouse, the text stops.

On another machine that I tried this on, it is less pronounced, but still happens off and on.  On that machine, it will stop if you click outside the window and only start again after moving the mouse over Konsole's window.

Reproducible: Always

Steps to Reproduce:
I have written a small c program that displays integers in sequence in an infinite loop.  You can seen the problem if you compile this program and run the a.out in a konsole window.

Actual Results:  
The text freezes and the Konsole window is not redrawn until you move the mouse.

Expected Results:  
Constantly scrolling text with no interuption.

OS: Linux (x86_64) release 2.6.38-11-generic
Compiler: gcc
Comment 1 Jekyll Wu 2011-09-04 06:34:00 UTC
sounds similar to bug #230184 .
Comment 2 Robert Simmons 2011-09-04 14:29:59 UTC

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