Subject: PR/37129 CVS commit: src/lib/libcurses
To: None <jdc@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Julian Coleman <jdc@netbsd.org>
List: pkgsrc-bugs
Date: 10/25/2007 20:45:03
The following reply was made to PR pkg/37129; it has been noted by GNATS.

From: Julian Coleman <jdc@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37129 CVS commit: src/lib/libcurses
Date: Thu, 25 Oct 2007 20:42:08 +0000 (UTC)

 Module Name:	src
 Committed By:	jdc
 Date:		Thu Oct 25 20:42:08 UTC 2007
 
 Modified Files:
 	src/lib/libcurses: curses_screen.3 curses_window.3 resize.c
 
 Log Message:
 Only resize curscr, __virtscr and stdscr when the screen is resized.
 
 Note the behaviour of sub-windows when the parent window is resized.
 
 Fixes PR pkg/37129.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.13 -r1.14 src/lib/libcurses/curses_screen.3
 cvs rdiff -r1.10 -r1.11 src/lib/libcurses/curses_window.3
 cvs rdiff -r1.15 -r1.16 src/lib/libcurses/resize.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.