Subject: PR/36702 CVS commit: [netbsd-4] src/lib/libcurses
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: netbsd-bugs
Date: 08/28/2007 11:55:02
The following reply was made to PR lib/36702; it has been noted by GNATS.

From: "Liam J. Foy" <liamjfoy@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36702 CVS commit: [netbsd-4] src/lib/libcurses
Date: Tue, 28 Aug 2007 11:54:49 +0000 (UTC)

 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.