diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/scr_dump.3ncurses')
-rw-r--r-- | upstream/opensuse-tumbleweed/man3/scr_dump.3ncurses | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/scr_dump.3ncurses b/upstream/opensuse-tumbleweed/man3/scr_dump.3ncurses index 16404044..a266e844 100644 --- a/upstream/opensuse-tumbleweed/man3/scr_dump.3ncurses +++ b/upstream/opensuse-tumbleweed/man3/scr_dump.3ncurses @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_scr_dump.3x,v 1.37 2023/12/30 21:34:11 tom Exp $ -.TH scr_dump 3NCURSES 2023-12-30 "ncurses 6.4" "Library calls" +.\" $Id: curs_scr_dump.3x,v 1.43 2024/04/20 18:54:36 tom Exp $ +.TH scr_dump 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -84,7 +84,7 @@ after performing any further desired updates, call \fB\%doupdate\fP(3NCURSES) or similar. .SS scr_init \fB\%scr_init\fP reads -.I filename, +.IR filename , using it to initialize .I curses data structures describing the state of the terminal screen. @@ -125,14 +125,15 @@ These functions return \fBOK\fP on success and \fBERR\fP on failure. X/Open defines no failure conditions. In this implementation, each function fails if it cannot open -.I filename. +.IR filename . .SH NOTES \fB\%scr_init\fP, \fB\%scr_set\fP, and \fB\%scr_restore\fP may be macros. .SH PORTABILITY -X/Open Curses, Issue 4, describes these functions. +X/Open Curses, +Issue 4 describes these functions. .PP .\" SVID 4, p. 529 SVr4 omitted the |