NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53633 CVS commit: [netbsd-8] src/lib/libcurses



The following reply was made to PR lib/53633; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53633 CVS commit: [netbsd-8] src/lib/libcurses
Date: Thu, 27 Sep 2018 15:12:15 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Sep 27 15:12:15 UTC 2018
 
 Modified Files:
 	src/lib/libcurses [netbsd-8]: curses_private.h get_wch.c getch.c
 
 Log Message:
 Pull up following revision(s) (requested by roy in ticket #1042):
 	lib/libcurses/getch.c: revision 1.68
 	lib/libcurses/getch.c: revision 1.69
 	lib/libcurses/get_wch.c: revision 1.17
 	lib/libcurses/get_wch.c: revision 1.18
 	lib/libcurses/curses_private.h: revision 1.63
 curses: unify resize handling in getch
 Instead of testing each fgetc call for resize event, add the wrapper
 __fgetc_resize to simplify the logic.
 While here, ensure that get_wch uses the correct input stream which
 may or may not be stdin.
 curses: call resizeterm if getch issues KEY_RESIZE
 This fixes PR #53633.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.62 -r1.62.4.1 src/lib/libcurses/curses_private.h
 cvs rdiff -u -r1.14.4.1 -r1.14.4.2 src/lib/libcurses/get_wch.c
 cvs rdiff -u -r1.65.4.1 -r1.65.4.2 src/lib/libcurses/getch.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index