bug-ncurses
[Top][All Lists]
Advanced

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

Need function to mvwin and resize in one step


From: David Whetstone
Subject: Need function to mvwin and resize in one step
Date: Tue, 14 Mar 2006 18:04:18 -0800

Greetings,

If I have a window in the lower-left of the terminal, and I resize the terminal such that the window's origin is outside the bounds of the terminal, and the window's size is larger than the terminal, there is no way to move/resize the window back into the visible area. Both mvwin() and wresize() check if the window will exceed the boundaries of the terminal and die if so.

A function that combines moving and resizing in one step would be a welcome addition, but in the mean-time, is there any way around my dilemma other than deleting the window and creating a new one?

Thanks in advance,
- David




reply via email to

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