Subject: CVS commit: src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 08/27/2007 19:54:29
Module Name:	src
Committed By:	jdc
Date:		Mon Aug 27 19:54:29 UTC 2007

Modified Files:
	src/lib/libcurses: resize.c tstp.c

Log Message:
Fix resizing bug where the values of LINES and/or COLS changed while we
were resizing windows, leading to inconsistencies between the sizes of
stdscr and curscr.

Should fix the curses part of PR lib/36702.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libcurses/resize.c
cvs rdiff -r1.35 -r1.36 src/lib/libcurses/tstp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.