Wed Jan 25 11:44:55 2017 UTC ()
Reference curses_slk(3).


(roy)
diff -r1.66 -r1.67 src/lib/libcurses/curses.3

cvs diff -r1.66 -r1.67 src/lib/libcurses/curses.3 (expand / switch to unified diff)

--- src/lib/libcurses/curses.3 2017/01/08 13:49:21 1.66
+++ src/lib/libcurses/curses.3 2017/01/25 11:44:55 1.67
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: curses.3,v 1.66 2017/01/08 13:49:21 wiz Exp $ 1.\" $NetBSD: curses.3,v 1.67 2017/01/25 11:44:55 roy Exp $
2.\" 2.\"
3.\" Copyright (c) 1985, 1991, 1993 3.\" Copyright (c) 1985, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" @(#)curses.3 8.1 (Berkeley) 6/4/93 30.\" @(#)curses.3 8.1 (Berkeley) 6/4/93
31.\" 31.\"
32.Dd January 5, 2017 32.Dd January 25, 2017
33.Dt CURSES 3 33.Dt CURSES 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
36.Nm curses 36.Nm curses
37.Nd screen functions with 37.Nd screen functions with
38.Dq optimal 38.Dq optimal
39cursor motion 39cursor motion
40.Sh LIBRARY 40.Sh LIBRARY
41.Lb libcurses 41.Lb libcurses
42.Sh SYNOPSIS 42.Sh SYNOPSIS
43.Nm cc 43.Nm cc
44.Op Ar flags 44.Op Ar flags
45.Ar files 45.Ar files
@@ -217,26 +217,42 @@ must be called before any of the other r @@ -217,26 +217,42 @@ must be called before any of the other r
217.It resetty Ta Xr curses_tty 3 217.It resetty Ta Xr curses_tty 3
218.It resize_term Ta Xr curses_screen 3 218.It resize_term Ta Xr curses_screen 3
219.It resizeterm Ta Xr curses_screen 3 219.It resizeterm Ta Xr curses_screen 3
220.It savetty Ta Xr curses_tty 3 220.It savetty Ta Xr curses_tty 3
221.It scanw Ta Xr curses_scanw 3 221.It scanw Ta Xr curses_scanw 3
222.It scrl Ta Xr curses_scroll 3 222.It scrl Ta Xr curses_scroll 3
223.It scroll Ta Xr curses_scroll 3 223.It scroll Ta Xr curses_scroll 3
224.It scrollok Ta Xr curses_scroll 3 224.It scrollok Ta Xr curses_scroll 3
225.It set_escdelay Ta Xr curses_input 3 225.It set_escdelay Ta Xr curses_input 3
226.It set_tabsize Ta Xr curses_screen 3 226.It set_tabsize Ta Xr curses_screen 3
227.It set_term Ta Xr curses_screen 3 227.It set_term Ta Xr curses_screen 3
228.It setscrreg Ta Xr curses_scroll 3 228.It setscrreg Ta Xr curses_scroll 3
229.It setterm Ta Xr curses_screen 3 229.It setterm Ta Xr curses_screen 3
 230.It slk_attroff Ta Xr curses_slk 3
 231.It slk_attr_off Ta Xr curses_slk 3
 232.It slk_attron Ta Xr curses_slk 3
 233.It slk_attr_on Ta Xr curses_slk 3
 234.It slk_attrset Ta Xr curses_slk 3
 235.It slk_attr_set Ta Xr curses_slk 3
 236.It slk_clear Ta Xr curses_slk 3
 237.It slk_color Ta Xr curses_slk 3
 238.It slk_init Ta Xr curses_slk 3
 239.It slk_label Ta Xr curses_slk 3
 240.It slk_noutrefresh Ta Xr curses_slk 3
 241.It slk_refresh Ta Xr curses_slk 3
 242.It slk_restore Ta Xr curses_slk 3
 243.It slk_set Ta Xr curses_slk 3
 244.It slk_touch Ta Xr curses_slk 3
 245.It slk_wset Ta Xr curses_slk 3
230.It standend Ta Xr curses_standout 3 246.It standend Ta Xr curses_standout 3
231.It standout Ta Xr curses_standout 3 247.It standout Ta Xr curses_standout 3
232.It start_color Ta Xr curses_color 3 248.It start_color Ta Xr curses_color 3
233.It subpad Ta Xr curses_pad 3 249.It subpad Ta Xr curses_pad 3
234.It subwin Ta Xr curses_window 3 250.It subwin Ta Xr curses_window 3
235.It termattrs Ta Xr curses_attributes 3 251.It termattrs Ta Xr curses_attributes 3
236.It timeout Ta Xr curses_input 3 252.It timeout Ta Xr curses_input 3
237.It touchline Ta Xr curses_touch 3 253.It touchline Ta Xr curses_touch 3
238.It touchoverlap Ta Xr curses_touch 3 254.It touchoverlap Ta Xr curses_touch 3
239.It touchwin Ta Xr curses_touch 3 255.It touchwin Ta Xr curses_touch 3
240.It unctrl Ta Xr curses_print 3 256.It unctrl Ta Xr curses_print 3
241.It underend Ta Xr curses_underscore 3 257.It underend Ta Xr curses_underscore 3
242.It underscore Ta Xr curses_underscore 3 258.It underscore Ta Xr curses_underscore 3