NetBSD-Bugs archive

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

PR/58823 CVS commit: src/lib/libcurses



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

From: "Brett Lymn" <blymn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58823 CVS commit: src/lib/libcurses
Date: Thu, 5 Dec 2024 04:08:12 +0000

 Module Name:	src
 Committed By:	blymn
 Date:		Thu Dec  5 04:08:12 UTC 2024
 
 Modified Files:
 	src/lib/libcurses: curses.expsym curses.h curses_scroll.3 scroll.c
 	    shlib_version
 
 Log Message:
 Fixes PR lib/58823
 
 Implement the ncurses extension wgetscrreg which returns the
 scrolling region of the given window.  Also implement getscrreg to
 get the scrolling region of stdscr which appears to be missing from
 ncurses but does follow the convention of having a non w prefixed
 function that applies to stdscr.
 
 Due to the addtion of a new function a minor library version bump has
 been done.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 src/lib/libcurses/curses.expsym
 cvs rdiff -u -r1.132 -r1.133 src/lib/libcurses/curses.h
 cvs rdiff -u -r1.4 -r1.5 src/lib/libcurses/curses_scroll.3
 cvs rdiff -u -r1.27 -r1.28 src/lib/libcurses/scroll.c
 cvs rdiff -u -r1.47 -r1.48 src/lib/libcurses/shlib_version
 
 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