bug-ncurses
[Top][All Lists]
Advanced

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

Re: cdk window aborts on resize


From: Thomas Dickey
Subject: Re: cdk window aborts on resize
Date: Sat, 19 Oct 2002 13:26:06 -0400
User-agent: Mutt/1.3.27i

On Sat, Oct 19, 2002 at 12:08:03PM -0400, Lucas Gonze wrote:
> 
> Ah, it's not a signal.  The issue is that if you resize the window while 
> cdk is in waitCDKLabel, the resize is returned as a keypress.

yes - KEY_RESIZE.  If cdk isn't handling that, it would make sense to
ignore it, or beep(), etc.  (resizing everything is a lot more work,
so it's something that I would work on piece by piece).
 
> > If your program ues cdk and the user resizes the terminal, the program
> > closes.  I assume there's an uncaught SIGWINCH.  What should happen is
> > that cdk recalculates the layers, justification, etc.  At the least, 
> > termination is *not* a good idea.
> 
> 
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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