bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 25/52] man/curs_variables.3x: Document the `SCREEN` type.


From: G. Branden Robinson
Subject: [PATCH 25/52] man/curs_variables.3x: Document the `SCREEN` type.
Date: Fri, 22 Dec 2023 17:05:18 -0600

---
 man/curs_variables.3x | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index e44b6bbf4..c87ae100a 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -53,6 +53,7 @@ .SH NAME
 \fI\%chtype\fP,
 \fI\%cchar_t\fP,
 \fI\%attr_t\fP,
+\fI\%SCREEN\fP,
 \fI\%WINDOW\fP,
 \fB\%TRUE\fP,
 \fB\%FALSE\fP,
@@ -75,6 +76,7 @@ .SH SYNOPSIS
 \fBtypedef \fI/*\fP .\|.\|. \fI*/\fP chtype;
 \fBtypedef \fI/*\fP .\|.\|. \fI*/\fP cchar_t;
 \fBtypedef \fI/*\fP .\|.\|. \fI*/\fP attr_t;
+\fBtypedef \fI/*\fP .\|.\|. \fI*/\fP SCREEN;
 \fBtypedef \fI/*\fP .\|.\|. \fI*/\fP WINDOW;
 .PP
 \fI/* constants */
@@ -147,6 +149,10 @@ .SS \fIcchar_t\fP, \fIattr_t\fP
 \fB\%attr_on\fP(3X),
 and
 \fB\%in_wch\fP(3X).
+.SS \fISCREEN\fP
+.I curses
+manages a terminal device with this structure type;
+see \fB\%initscr\fP(3X).
 .SS "\fIWINDOW\fP, curscr, stdscr, newscr"
 .I curses
 represents rectangular portions of the terminal screen with the
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]