bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bottom ripped-off line content lost on screen resize


From: Katarina Machalkova
Subject: Re: Bottom ripped-off line content lost on screen resize
Date: Fri, 28 Dec 2007 11:56:13 +0100
User-agent: KMail/1.9.6 (enterprise 20070904.708012)

On Monday 24 December 2007 17:07:21 Thomas Dickey wrote:
> On Thu, Dec 20, 2007 at 10:59:58AM +0100, Katarina Machalkova wrote:
> > Any hint what's missing here (some screen redraw call, or,...)?
>
> It looks like a bug (in ncurses).  I've modified test/ncurses.c to look
> into this detail, can see that the first refresh _after_ getting a
> character after the KEY_RESIZE is painting the soft-keys in the expected
> place.

If it's really a bug, do you need any further input (a testcase etc.) from me? 
Any clue in which release it is going to be fixed?

Btw, shortly I had posted my original request for help, I added some logging 
and sleep()s into my app and found a workaround (as usually ;-) ).  
I realised that the window associated with the bottom ripped-off line is 
always (even after screen resize) painted at the original position. So in 
screen resize handler, I have to explicitly move it to the downmost position 
(using mvwin() routine) and call doupdate() after that.
Greetings

B.
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]