summaryrefslogtreecommitdiff
path: root/lib/libcurses/resize.c
AgeCommit message (Collapse)Author
2003-07-30Use _cursesi_screen->winlistp (depracating __winlist)dsl
2003-06-26Stop refresh(subwin) doing refresh on the other subwin's created before it.dsl
(If nothing else the cursor would get left in the wrong place). Fix some if (!flags & MASK) checks.
2003-02-17Fix resize of windows with subwins.dsl
Let window size be given as a -ver number => lines from bottom. Fix trace calls of pointers (approved by Brett Lumn)
2003-02-10resize subwindows when a window is resized, otherwise the subwin hasdsl
pointers into the ether. (approved by christos)
2002-12-23Only reset flags if the "window" is not a pad.jdc
2002-10-22Fix lint nits mainly with the len parameter type in hash_more.blymn
2002-07-19* Added new function idcok - this closes PR 10802blymn
* Added sentinels to the line structures when in debug mode to try to pick up data overwrite problems, if they occur.
2002-01-02Remove extraneous tabs from blank lines.blymn
2001-09-20Add code to allow resizing of windows and the underlying terminal.blymn