Subject: CVS commit: [netbsd-4] src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 08/28/2007 11:54:49
Module Name:	src
Committed By:	liamjfoy
Date:		Tue Aug 28 11:54:49 UTC 2007

Modified Files:
	src/lib/libcurses [netbsd-4]: resize.c tstp.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #842):
	lib/libcurses/tstp.c: revision 1.36
	lib/libcurses/resize.c: revision 1.15
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.12 -r1.12.4.1 src/lib/libcurses/resize.c
cvs rdiff -r1.34 -r1.34.2.1 src/lib/libcurses/tstp.c

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