NetBSD-Bugs archive

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

PR/55460 CVS commit: src/lib/libcurses



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

From: "Valeriy E. Ushakov" <uwe%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55460 CVS commit: src/lib/libcurses
Date: Mon, 6 Jul 2020 22:46:50 +0000

 Module Name:	src
 Committed By:	uwe
 Date:		Mon Jul  6 22:46:50 UTC 2020
 
 Modified Files:
 	src/lib/libcurses: ins_wch.c ins_wstr.c insch.c insstr.c
 
 Log Message:
 mvwins*(WINDOW *win, ...) functions - call wins* on win, not stdscr.
 From Naman Jain in PR lib/55460.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/lib/libcurses/ins_wch.c \
     src/lib/libcurses/ins_wstr.c
 cvs rdiff -u -r1.25 -r1.26 src/lib/libcurses/insch.c
 cvs rdiff -u -r1.7 -r1.8 src/lib/libcurses/insstr.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