Module Name:    src
Committed By:   jnemeth
Date:           Wed Jan  1 00:29:18 UTC 2025

Modified Files:
        src/lib/libcurses: curses_scroll.3

Log Message:
- s/setscrreg/getscrreg/ for new getscrreg function
- while here, bump date for new functions


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libcurses/curses_scroll.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcurses/curses_scroll.3
diff -u src/lib/libcurses/curses_scroll.3:1.5 src/lib/libcurses/curses_scroll.3:1.6
--- src/lib/libcurses/curses_scroll.3:1.5	Thu Dec  5 04:08:12 2024
+++ src/lib/libcurses/curses_scroll.3	Wed Jan  1 00:29:18 2025
@@ -1,4 +1,4 @@
-.\"	$NetBSD: curses_scroll.3,v 1.5 2024/12/05 04:08:12 blymn Exp $
+.\"	$NetBSD: curses_scroll.3,v 1.6 2025/01/01 00:29:18 jnemeth Exp $
 .\"
 .\" Copyright (c) 2002
 .\"	Brett Lymn (bl...@netbsd.org, brett_l...@yahoo.com.au)
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"
-.Dd August 12, 2002
+.Dd December 31, 2024
 .Dt CURSES_SCROLL 3
 .Os
 .Sh NAME
@@ -66,7 +66,7 @@
 .Fn wsetscrreg "WINDOW *win" "int top" "int bottom"
 .Sh DESCRIPTION
 The
-.Fn setscrreg
+.Fn getscrreg
 function gets the software scrolling region lines on
 .Dv stdscr
 which defines a region of the screen that will be scrolled.

Reply via email to