1999-10-24 12:32:42 +08:00
|
|
|
.\"***************************************************************************
|
2020-02-12 17:50:22 +08:00
|
|
|
.\" Copyright 2018,2020 Thomas E. Dickey *
|
|
|
|
.\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
|
1999-10-24 12:32:42 +08:00
|
|
|
.\" *
|
|
|
|
.\" Permission is hereby granted, free of charge, to any person obtaining a *
|
|
|
|
.\" copy of this software and associated documentation files (the *
|
|
|
|
.\" "Software"), to deal in the Software without restriction, including *
|
|
|
|
.\" without limitation the rights to use, copy, modify, merge, publish, *
|
|
|
|
.\" distribute, distribute with modifications, sublicense, and/or sell *
|
|
|
|
.\" copies of the Software, and to permit persons to whom the Software is *
|
|
|
|
.\" furnished to do so, subject to the following conditions: *
|
|
|
|
.\" *
|
|
|
|
.\" The above copyright notice and this permission notice shall be included *
|
|
|
|
.\" in all copies or substantial portions of the Software. *
|
|
|
|
.\" *
|
|
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
|
|
|
|
.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
|
|
|
|
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
|
|
|
|
.\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
|
|
|
|
.\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
|
|
|
|
.\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
|
|
|
|
.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
|
|
|
.\" *
|
|
|
|
.\" Except as contained in this notice, the name(s) of the above copyright *
|
|
|
|
.\" holders shall not be used in advertising or otherwise to promote the *
|
|
|
|
.\" sale, use or other dealings in this Software without prior written *
|
|
|
|
.\" authorization. *
|
|
|
|
.\"***************************************************************************
|
|
|
|
.\"
|
2020-10-04 09:30:03 +08:00
|
|
|
.\" $Id: curs_outopts.3x,v 1.33 2020/10/03 22:04:09 tom Exp $
|
1997-05-15 12:00:00 +08:00
|
|
|
.TH curs_outopts 3X ""
|
2005-10-10 02:41:57 +08:00
|
|
|
.na
|
|
|
|
.hy 0
|
2020-10-04 09:30:03 +08:00
|
|
|
.de bP
|
|
|
|
.ie n .IP \(bu 4
|
|
|
|
.el .IP \(bu 2
|
|
|
|
..
|
1997-05-15 12:00:00 +08:00
|
|
|
.SH NAME
|
2005-10-10 02:41:57 +08:00
|
|
|
\fBclearok\fR,
|
|
|
|
\fBidlok\fR,
|
|
|
|
\fBidcok\fR,
|
|
|
|
\fBimmedok\fR,
|
|
|
|
\fBleaveok\fR,
|
|
|
|
\fBsetscrreg\fR,
|
|
|
|
\fBwsetscrreg\fR,
|
2020-10-04 09:30:03 +08:00
|
|
|
\fBscrollok\fR \- \fBcurses\fR output options
|
2005-10-10 02:41:57 +08:00
|
|
|
.ad
|
|
|
|
.hy
|
1997-05-15 12:00:00 +08:00
|
|
|
.SH SYNOPSIS
|
|
|
|
\fB#include <curses.h>\fR
|
2005-10-10 02:41:57 +08:00
|
|
|
.sp
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
\fBint clearok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
.br
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
\fBint idlok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
.br
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
\fBvoid idcok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
.br
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
\fBvoid immedok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
.br
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
\fBint leaveok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
.br
|
2020-10-04 09:30:03 +08:00
|
|
|
\fBint scrollok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fR
|
|
|
|
.sp
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
\fBint setscrreg(int \fP\fItop\fP\fB, int \fP\fIbot\fP\fB);\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
.br
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
\fBint wsetscrreg(WINDOW *\fP\fIwin\fP\fB, int \fP\fItop\fP\fB, int \fP\fIbot\fP\fB);\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
.br
|
|
|
|
.SH DESCRIPTION
|
2020-10-04 09:30:03 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
These routines set options that change the style of output within
|
2002-10-13 11:35:53 +08:00
|
|
|
\fBcurses\fR.
|
|
|
|
All options are initially \fBFALSE\fR, unless otherwise stated.
|
2017-01-08 09:40:29 +08:00
|
|
|
It is not necessary to turn these options off before calling \fBendwin\fR(3X).
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
.SS clearok
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
If \fBclearok\fR is called with \fBTRUE\fR as argument, the next
|
|
|
|
call to \fBwrefresh\fR with this window will clear the screen completely and
|
2002-10-13 11:35:53 +08:00
|
|
|
redraw the entire screen from scratch.
|
|
|
|
This is useful when the contents of the
|
|
|
|
screen are uncertain, or in some cases for a more pleasing visual effect.
|
|
|
|
If
|
1997-05-15 12:00:00 +08:00
|
|
|
the \fIwin\fR argument to \fBclearok\fR is the global variable \fBcurscr\fR,
|
|
|
|
the next call to \fBwrefresh\fR with any window causes the screen to be cleared
|
|
|
|
and repainted from scratch.
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
.SS idlok
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
If \fBidlok\fR is called with \fBTRUE\fR as second argument, \fBcurses\fR
|
|
|
|
considers using the hardware insert/delete line feature of terminals so
|
2002-10-13 11:35:53 +08:00
|
|
|
equipped.
|
|
|
|
Calling \fBidlok\fR with \fBFALSE\fR as second argument disables use
|
|
|
|
of line insertion and deletion.
|
|
|
|
This option should be enabled only if the
|
|
|
|
application needs insert/delete line, for example, for a screen editor.
|
|
|
|
It is
|
1997-05-15 12:00:00 +08:00
|
|
|
disabled by default because insert/delete line tends to be visually annoying
|
2007-06-03 08:04:38 +08:00
|
|
|
when used in applications where it is not really needed.
|
2002-10-13 11:35:53 +08:00
|
|
|
If insert/delete line
|
1997-05-15 12:00:00 +08:00
|
|
|
cannot be used, \fBcurses\fR redraws the changed portions of all lines.
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
.SS idcok
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
If \fBidcok\fR is called with \fBFALSE\fR as second argument, \fBcurses\fR
|
|
|
|
no longer considers using the hardware insert/delete character feature of
|
2002-10-13 11:35:53 +08:00
|
|
|
terminals so equipped.
|
|
|
|
Use of character insert/delete is enabled by default.
|
1997-05-15 12:00:00 +08:00
|
|
|
Calling \fBidcok\fR with \fBTRUE\fR as second argument re-enables use
|
|
|
|
of character insertion and deletion.
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
.SS immedok
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
If \fBimmedok\fR is called with \fBTRUE as argument\fR, any change
|
|
|
|
in the window image, such as the ones caused by \fBwaddch, wclrtobot, wscrl\fR,
|
2004-02-09 10:15:26 +08:00
|
|
|
etc., automatically cause a call to \fBwrefresh\fR.
|
2002-10-13 11:35:53 +08:00
|
|
|
However, it may
|
1997-05-15 12:00:00 +08:00
|
|
|
degrade performance considerably, due to repeated calls to \fBwrefresh\fR.
|
|
|
|
It is disabled by default.
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
.SS leaveok
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
Normally, the hardware cursor is left at the location of the window cursor
|
2002-10-13 11:35:53 +08:00
|
|
|
being refreshed.
|
|
|
|
The \fBleaveok\fR option allows the cursor to be left
|
|
|
|
wherever the update happens to leave it.
|
|
|
|
It is useful for applications where
|
|
|
|
the cursor is not used, since it reduces the need for cursor motions.
|
2020-10-04 09:30:03 +08:00
|
|
|
.SS scrollok
|
|
|
|
.PP
|
|
|
|
The \fBscrollok\fR option controls what happens when the cursor of a window is
|
|
|
|
moved off the edge of the window or scrolling region, either as a result of a
|
|
|
|
newline action on the bottom line, or typing the last character of the last
|
|
|
|
line.
|
|
|
|
If disabled, (\fIbf\fR is \fBFALSE\fR), the cursor is left on the bottom
|
|
|
|
line.
|
|
|
|
If enabled, (\fIbf\fR is \fBTRUE\fR), the window is scrolled up one line
|
|
|
|
(Note that to get the physical scrolling effect on the terminal, it is
|
|
|
|
also necessary to call \fBidlok\fR).
|
|
|
|
.SS setscrreg/wsetscrreg
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
The \fBsetscrreg\fR and \fBwsetscrreg\fR routines allow the application
|
2002-10-13 11:35:53 +08:00
|
|
|
programmer to set a software scrolling region in a window.
|
2010-01-31 09:29:33 +08:00
|
|
|
The \fItop\fR and
|
|
|
|
\fIbot\fR parameters
|
|
|
|
are the line numbers of the top and bottom margin of the scrolling
|
2002-10-13 11:35:53 +08:00
|
|
|
region.
|
|
|
|
(Line 0 is the top line of the window.) If this option and
|
1997-05-15 12:00:00 +08:00
|
|
|
\fBscrollok\fR are enabled, an attempt to move off the bottom margin line
|
|
|
|
causes all lines in the scrolling region to scroll one line in the direction
|
2002-10-13 11:35:53 +08:00
|
|
|
of the first line.
|
|
|
|
Only the text of the window is scrolled.
|
|
|
|
(Note that this
|
1997-05-15 12:00:00 +08:00
|
|
|
has nothing to do with the use of a physical scrolling region capability in the
|
2002-10-13 11:35:53 +08:00
|
|
|
terminal, like that in the VT100.
|
|
|
|
If \fBidlok\fR is enabled and the terminal
|
1997-05-15 12:00:00 +08:00
|
|
|
has either a scrolling region or insert/delete line capability, they will
|
|
|
|
probably be used by the output routines.)
|
|
|
|
.SH RETURN VALUE
|
|
|
|
The functions \fBsetscrreg\fR and \fBwsetscrreg\fR return \fBOK\fR upon success
|
2002-10-13 11:35:53 +08:00
|
|
|
and \fBERR\fR upon failure.
|
|
|
|
All other routines that return an integer always
|
1997-05-15 12:00:00 +08:00
|
|
|
return \fBOK\fR.
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
X/Open Curses does not define any error conditions.
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
2020-10-04 09:30:03 +08:00
|
|
|
In this implementation,
|
|
|
|
.bP
|
|
|
|
those functions that have a window pointer
|
|
|
|
will return an error if the window pointer is null
|
|
|
|
.bP
|
|
|
|
\fBwsetscrreg\fP
|
2005-10-10 02:41:57 +08:00
|
|
|
returns an error if the scrolling region limits extend outside the window.
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
X/Open does not define any error conditions.
|
|
|
|
This implementation returns an error
|
|
|
|
if the window pointer is null.
|
1997-05-15 12:00:00 +08:00
|
|
|
.SH PORTABILITY
|
|
|
|
These functions are described in the XSI Curses standard, Issue 4.
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
2020-10-04 09:30:03 +08:00
|
|
|
From the outset, ncurses used \fBnl\fP/\fBnonl\fP to control the conversion
|
|
|
|
of newlines to carriage return/line-feed on output as well as input.
|
|
|
|
XSI Curses documents only the use of these functions for input.
|
|
|
|
This difference arose from converting the \fIpcurses\fP source
|
|
|
|
(which used \fBioctl\fP calls with the \fBsgttyb\fP structure)
|
|
|
|
to termios (i.e., the POSIX terminal interface).
|
|
|
|
In the former, both input and output were controlled via a single
|
|
|
|
option \fBCRMOD\fP,
|
|
|
|
while the latter separates these features.
|
|
|
|
Because that conversion interferes with output optimization,
|
|
|
|
\fBnl\fP/\fBnonl\fP were amended after ncurses 6.2
|
|
|
|
to eliminate their effect on output.
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
Some historic curses implementations had, as an undocumented feature, the
|
|
|
|
ability to do the equivalent of \fBclearok(..., 1)\fR by saying
|
2002-10-13 11:35:53 +08:00
|
|
|
\fBtouchwin(stdscr)\fR or \fBclear(stdscr)\fR.
|
2020-10-04 09:30:03 +08:00
|
|
|
This will not work under ncurses.
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
2004-02-09 10:15:26 +08:00
|
|
|
Earlier System V curses implementations specified that with \fBscrollok\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
enabled, any window modification triggering a scroll also forced a physical
|
2002-10-13 11:35:53 +08:00
|
|
|
refresh.
|
|
|
|
XSI Curses does not require this, and \fBncurses\fR avoids doing
|
|
|
|
it to perform better vertical-motion optimization at \fBwrefresh\fR
|
1997-05-15 12:00:00 +08:00
|
|
|
time.
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1998-03-01 12:21:12 +08:00
|
|
|
The XSI Curses standard does not mention that the cursor should be
|
|
|
|
made invisible as a side-effect of \fBleaveok\fR.
|
1999-10-24 12:32:42 +08:00
|
|
|
SVr4 curses documentation does this, but the code does not.
|
2000-07-09 10:46:08 +08:00
|
|
|
Use \fBcurs_set\fR to make the cursor invisible.
|
1997-05-15 12:00:00 +08:00
|
|
|
.SH NOTES
|
2020-10-04 09:30:03 +08:00
|
|
|
Note that
|
|
|
|
\fBclearok\fR,
|
|
|
|
\fBleaveok\fR,
|
|
|
|
\fBscrollok\fR,
|
|
|
|
\fBidcok\fR, and
|
|
|
|
\fBsetscrreg\fR may be macros.
|
2005-10-10 02:41:57 +08:00
|
|
|
.PP
|
1997-05-15 12:00:00 +08:00
|
|
|
The \fBimmedok\fR routine is useful for windows that are used as terminal
|
|
|
|
emulators.
|
|
|
|
.SH SEE ALSO
|
ncurses 6.0 - patch 20150725
+ updated llib-* files.
+ build-fixes for ncurses library "test_progs" rule.
+ use alternate workaround for gcc 5.x feature (adapted from patch by
Mikhail Peselnik).
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
+ fixes for st 0.5 from testing with tack -TD
+ review/improve several manual pages to break up wall-of-text:
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
curs_trace.3x, and curs_window.3x
2015-07-26 08:58:34 +08:00
|
|
|
.na
|
2010-10-03 08:50:21 +08:00
|
|
|
\fBcurses\fR(3X),
|
|
|
|
\fBcurs_addch\fR(3X),
|
|
|
|
\fBcurs_clear\fR(3X),
|
|
|
|
\fBcurs_initscr\fR(3X),
|
|
|
|
\fBcurs_scroll\fR(3X),
|
|
|
|
\fBcurs_refresh\fR(3X),
|
|
|
|
\fBcurs_variables\fR(3X).
|