NetBSD-Bugs archive

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

PR/30978 CVS commit: src/lib/libcurses



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

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/30978 CVS commit: src/lib/libcurses
Date: Wed, 10 Oct 2018 09:40:11 +0000

 Module Name:	src
 Committed By:	roy
 Date:		Wed Oct 10 09:40:11 UTC 2018
 
 Modified Files:
 	src/lib/libcurses: newwin.c refresh.c
 
 Log Message:
 curses: test terminal capabilities for drawing in the bottom right corner
 
 If auto margins are present, we need to turn them off or enter
 an insert mode to "push" the character we want into the corner.
 If pushing a wide character of greater than one cell, we need something
 more than ich1, othewise the bottom right corner will remain blank.
 
 Follow on fix for PR# 30978.
 
 OK jdc@
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.53 -r1.54 src/lib/libcurses/newwin.c
 cvs rdiff -u -r1.89 -r1.90 src/lib/libcurses/refresh.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