History log of /netbsd-src/lib/libcurses/resize.c (Results 26 – 37 of 37)
Revision Date Author Comments
# 978ab4ad 15-Jan-2006 jdc <jdc@NetBSD.org>

Background characters and attributes don't need to be kept per character
cell, as they are merged when characters are added. Remove the per cell
storage and clarify the manual page. Pointed out by

Background characters and attributes don't need to be kept per character
cell, as they are merged when characters are added. Remove the per cell
storage and clarify the manual page. Pointed out by ruibiao@.

show more ...


# 744eb727 29-Apr-2004 christos <christos@NetBSD.org>

PR/25397: David A. Holland: bug in second loop of resizeterm
(win used uninitialized), hidden by wrong gcc appeasal.


# a61e837c 16-Mar-2004 jdc <jdc@NetBSD.org>

gcc -Wuninitialized


# a04fc5a9 30-Jul-2003 dsl <dsl@NetBSD.org>

Use _cursesi_screen->winlistp (depracating __winlist)


# 14b491c2 26-Jun-2003 dsl <dsl@NetBSD.org>

Stop refresh(subwin) doing refresh on the other subwin's created before it.
(If nothing else the cursor would get left in the wrong place).
Fix some if (!flags & MASK) checks.


# d75ec818 17-Feb-2003 dsl <dsl@NetBSD.org>

Fix resize of windows with subwins.
Let window size be given as a -ver number => lines from bottom.
Fix trace calls of pointers
(approved by Brett Lumn)


# f7a8d65f 10-Feb-2003 dsl <dsl@NetBSD.org>

resize subwindows when a window is resized, otherwise the subwin has
pointers into the ether.
(approved by christos)


# 4a4560b0 23-Dec-2002 jdc <jdc@NetBSD.org>

Only reset flags if the "window" is not a pad.


# d5dc62cb 22-Oct-2002 blymn <blymn@NetBSD.org>

Fix lint nits mainly with the len parameter type in hash_more.


# 8d259104 19-Jul-2002 blymn <blymn@NetBSD.org>

* Added new function idcok - this closes PR 10802
* Added sentinels to the line structures when in debug mode to try
to pick up data overwrite problems, if they occur.


# ef592783 02-Jan-2002 blymn <blymn@NetBSD.org>

Remove extraneous tabs from blank lines.


# 9fc03296 20-Sep-2001 blymn <blymn@NetBSD.org>

Add code to allow resizing of windows and the underlying terminal.


12