]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_scr_dump.3x
ncurses 6.4 - patch 20240420
[ncurses.git] / man / curs_scr_dump.3x
index 16c802a15c5d91e5170e31ef44aa839d8563f4f6..5f14a2287268818ad2915351956c5637d4100e63 100644 (file)
@@ -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 curs_scr_dump 3X 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 curs_scr_dump 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
 .ie \n(.g \{\
 .ds `` \(lq
 .ds '' \(rq
@@ -84,7 +84,7 @@ after performing any further desired updates,
 call \fB\%doupdate\fP(3X) 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