NetBSD-Bugs archive

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

PR/53615 CVS commit: src/lib/libcurses



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53615 CVS commit: src/lib/libcurses
Date: Wed, 26 Sep 2018 14:42:22 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Wed Sep 26 14:42:22 UTC 2018
 
 Modified Files:
 	src/lib/libcurses: get_wch.c getch.c
 
 Log Message:
 Correct detecting of terminal resize in curses(3) with keypad(,TRUE)
 
 A previous change fixed only keypad(,FALSE) scenarios.
 
 Handle catching terminal resize in INKEY_NORM and INKEY_ASSEMBLING (in the
 middle of assembling a key code from passed codes) as both accept keys with
 fgetc(3) and both can be in theory interrupted with a resize.
 
 PR lib/53615
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.15 -r1.16 src/lib/libcurses/get_wch.c
 cvs rdiff -u -r1.66 -r1.67 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