Subject: PR/36702 CVS commit: src/lib/libcurses
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Julian Coleman <jdc@netbsd.org>
List: netbsd-bugs
Date: 08/27/2007 19:55:02
The following reply was made to PR lib/36702; it has been noted by GNATS.
From: Julian Coleman <jdc@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36702 CVS commit: src/lib/libcurses
Date: Mon, 27 Aug 2007 19:54:29 +0000 (UTC)
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.