blob: 16d5a501094f4c145790639c2a308842cc463980 [file] [log] [blame]
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301.\"***************************************************************************
micky3879b9f5e72025-07-08 18:04:53 -04002.\" Copyright 2018-2023,2024 Thomas E. Dickey *
3.\" Copyright 1998-2006,2010 Free Software Foundation, Inc. *
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304.\" *
5.\" Permission is hereby granted, free of charge, to any person obtaining a *
6.\" copy of this software and associated documentation files (the *
7.\" "Software"), to deal in the Software without restriction, including *
8.\" without limitation the rights to use, copy, modify, merge, publish, *
9.\" distribute, distribute with modifications, sublicense, and/or sell *
10.\" copies of the Software, and to permit persons to whom the Software is *
11.\" furnished to do so, subject to the following conditions: *
12.\" *
13.\" The above copyright notice and this permission notice shall be included *
14.\" in all copies or substantial portions of the Software. *
15.\" *
16.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
17.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
18.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
19.\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
20.\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
21.\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
22.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
23.\" *
24.\" Except as contained in this notice, the name(s) of the above copyright *
25.\" holders shall not be used in advertising or otherwise to promote the *
26.\" sale, use or other dealings in this Software without prior written *
27.\" authorization. *
28.\"***************************************************************************
29.\"
micky3879b9f5e72025-07-08 18:04:53 -040030.\" $Id: curs_scroll.3x,v 1.43 2024/04/20 18:54:36 tom Exp $
31.TH curs_scroll 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
32.ie \n(.g \{\
33.ds `` \(lq
34.ds '' \(rq
35.\}
36.el \{\
37.ie t .ds `` ``
38.el .ds `` ""
39.ie t .ds '' ''
40.el .ds '' ""
41.\}
42.
43.de bP
44.ie n .IP \(bu 4
45.el .IP \(bu 2
46..
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053047.SH NAME
micky3879b9f5e72025-07-08 18:04:53 -040048\fB\%scroll\fP,
49\fB\%scrl\fP,
50\fB\%wscrl\fP \-
51scroll a \fIcurses\fR window
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053052.SH SYNOPSIS
micky3879b9f5e72025-07-08 18:04:53 -040053.nf
54\fB#include <curses.h>
55.PP
56\fBint scroll(WINDOW *\fIwin\fP);
57.PP
58\fBint scrl(int \fIn\fP);
59\fBint wscrl(WINDOW *\fIwin\fP, int \fIn\fP);
60.fi
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053061.SH DESCRIPTION
micky3879b9f5e72025-07-08 18:04:53 -040062\fBscroll\fP scrolls the given window up one line.
63That is,
64every visible line we might number
65.I i
66becomes line
67.IR i "\-1."
68The text of the top line in the window disappears and the bottom line
69is populated with blank characters;
70see \fB\%bkgd\fP(3X) or \fB\%bkgrnd\fP(3X).
71As an optimization,
72if the scrolling region of the window is the entire screen,
73the physical screen may be scrolled at the same time;
74see \fB\%curscr\fP(3X).
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053075.PP
micky3879b9f5e72025-07-08 18:04:53 -040076\fB\%scrl\fP and \fB\%wscrl\fP scroll
77.B \%stdscr
78or the specified window up or down depending on the sign of
79.IR n .
80.bP
81For positive
82.IR n ,
83line \fIi\fP+\fIn\fP becomes \fIi\fP (scrolling up);
84.bP
85for negative
86.IR n ,
87line \fIi\fP-\fIn\fP becomes \fIi\fP (scrolling down).
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053088.PP
micky3879b9f5e72025-07-08 18:04:53 -040089The cursor does not move.
90These functions perform no operation unless scrolling is enabled for the
91window via \fB\%scrollok\fP(3X).
92.SH "RETURN VALUE"
93These functions return
94.B ERR
95upon failure and
96.B OK
97upon success.
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053098.PP
micky3879b9f5e72025-07-08 18:04:53 -040099.I \%ncurses
100returns \fBERR\fP if scrolling is not enabled in the window,
101for example with \fB\%scrollok\fP(3X),
102or if the
103.I \%WINDOW
104pointer is null.
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530105.SH NOTES
micky3879b9f5e72025-07-08 18:04:53 -0400106Unusually,
107there is no \fB\%wscroll\fP function;
108\fBscroll\fP behaves as one would expect \fB\%wscroll\fP to,
109accepting a \fI\%WINDOW\fP pointer argument.
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530110.PP
micky3879b9f5e72025-07-08 18:04:53 -0400111\fB\%scrl\fP and \fB\%scroll\fP may be implemented as macros.
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530112.SH PORTABILITY
micky3879b9f5e72025-07-08 18:04:53 -0400113X/Open Curses,
114Issue 4 describes these functions.
115It defines no error conditions.
116.PP
117SVr4 specifies only
118\*(``an integer value other than \fBERR\fP\*('' as a successful return
119value.
120.PP
121SVr4 indicates that the optimization of physically scrolling immediately
122if the scroll region is the entire screen \*(``is\*('' performed,
123not \*(``may be\*('' performed.
124.I \%ncurses
125deliberately does not guarantee that this will occur,
126to leave open the possibility of smarter optimization of multiple scroll
127actions on the next update.
128.PP
129Neither SVr4
130.I curses
131nor X/Open Curses specify whether the current attribute or current color
132pair of blanks generated by the scroll function are zeroed.
133.I \%ncurses
134does so.
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530135.SH SEE ALSO
micky3879b9f5e72025-07-08 18:04:53 -0400136\fB\%curses\fP(3X),
137\fB\%curs_outopts\fP(3X)