Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Add idcok to documentation.
details: https://anonhg.NetBSD.org/src/rev/60063be059a4
branches: trunk
changeset: 534172:60063be059a4
user: blymn <blymn%NetBSD.org@localhost>
date: Fri Jul 19 13:36:48 2002 +0000
description:
Add idcok to documentation.
diffstat:
lib/libcurses/PSD.doc/fns.doc | 8 ++++++++
lib/libcurses/curses.3 | 4 +++-
2 files changed, 11 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 8637f7d1ed83 -r 60063be059a4 lib/libcurses/PSD.doc/fns.doc
--- a/lib/libcurses/PSD.doc/fns.doc Fri Jul 19 13:26:15 2002 +0000
+++ b/lib/libcurses/PSD.doc/fns.doc Fri Jul 19 13:36:48 2002 +0000
@@ -592,6 +592,14 @@
.Vn count
is reached.
.Ds
+.Fn idcok "WINDOW *win" "int boolf"
+.De
+Reserved for future use.
+This will eventually signal to
+.Fn refresh
+that it is all right to use the insert and delete char sequences
+when updating the window.
+.Ds
.Fn idlok "WINDOW *win" "int boolf"
.De
Reserved for future use.
diff -r 8637f7d1ed83 -r 60063be059a4 lib/libcurses/curses.3
--- a/lib/libcurses/curses.3 Fri Jul 19 13:26:15 2002 +0000
+++ b/lib/libcurses/curses.3 Fri Jul 19 13:36:48 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses.3,v 1.37 2002/03/25 13:53:43 wiz Exp $
+.\" $NetBSD: curses.3,v 1.38 2002/07/19 13:36:48 blymn Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -181,6 +181,8 @@
.It has_ic() check if terminal has insert/delete character
.It has_il() check if terminal has insert/delete line
.It hline(ch, count) draw a horizontal line of character ch.
+.It idcok(win,boolf) set insert/delete char flags for
+.Em win
.It idlok(win,boolf) set insert/deleteln flags for
.Em win
.It inch() get char at current (y,x) co-ordinates
Home |
Main Index |
Thread Index |
Old Index