[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: found the problem with resizing windows
From: |
Folkert van Heusden |
Subject: |
Re: found the problem with resizing windows |
Date: |
Thu, 22 Jul 2004 22:07:12 +0200 (CEST) |
> > I read in the lynx changelog:
> > * add a call to wresize() after resizeterm() in case user resizes screen in
> > ncurses pad configuration (report by IZ) -TD
> > maybe this is something? what would this pad configuration be? related to
> > ncurses? (2001-04-01 (2.8.4dev.20))
> lynx uses pad's to simulate a very wide window.
> (lynx is a little complicated for resizing, since it may decide to reload
> the webpage as part of repainting)
> see newpad() and pnoutrefresh().
It seems doing:
wresize(stdscr, max_y, max_x);
as the first command afer the resizeterm seems to at least reduce the
problem somehwat: I couldn't reproduce it anymore. but that doesn't mean it
got completely solved as it is quiet difficult to reproduce.
Sometimes the screen also gets garbled big-time: output of windows gets
swapped and such (partially!).
Folkert van Heusden
+------------------------------------------------------------------+
|UNIX admin? Then give MultiTail (http://vanheusden.com/multitail/)|
|a try, it brings monitoring logfiles to a different level! See |
|http://vanheusden.com/multitail/features.html for a feature list. |
+------------------------------------------= www.unixsoftware.nl =-+
- found the problem with resizing windows, Folkert van Heusden, 2004/07/22
- Re: found the problem with resizing windows, Folkert van Heusden, 2004/07/22
- Re: found the problem with resizing windows, Thomas Dickey, 2004/07/22
- Re: found the problem with resizing windows, Folkert van Heusden, 2004/07/22
- Re: found the problem with resizing windows, Folkert van Heusden, 2004/07/22
- Re: found the problem with resizing windows, Folkert van Heusden, 2004/07/22
- Re: found the problem with resizing windows, Thomas Dickey, 2004/07/22
- Re: found the problem with resizing windows,
Folkert van Heusden <=
- Re: found the problem with resizing windows, Folkert van Heusden, 2004/07/23
- Re: found the problem with resizing windows, Folkert van Heusden, 2004/07/23