[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 34/45] Revise summary descriptions of panel, menu, and form libra
From: |
G. Branden Robinson |
Subject: |
[PATCH 34/45] Revise summary descriptions of panel, menu, and form libraries. |
Date: |
Sat, 25 May 2024 12:44:18 -0500 |
ncurses(3X) is explicit that the term "extensions" "indicate[s] that
they cannot be implemented solely by using the library API, but require
access to the library’s internal state."
So stop using it here for libraries that build on top of the curses API.
* man/form.3x:
* man/menu.3x:
* man/panel.3x: Do it.
* doc/html/man/index.html: Sync.
---
doc/html/man/index.html | 12 ++++++------
man/form.3x | 2 +-
man/menu.3x | 2 +-
man/panel.3x | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/html/man/index.html b/doc/html/man/index.html
index 2299f0348..a8e3b52c4 100644
--- a/doc/html/man/index.html
+++ b/doc/html/man/index.html
@@ -95,14 +95,14 @@
<li><a href="ncurses.3x.html">ncurses – character-cell
terminal interface with optimized output</a></li>
- <li><a href="panel.3x.html">panel – panel stack
- extension for curses</a></li>
+ <li><a href="panel.3x.html">panel – manage overlapping
+ curses windows</a></li>
- <li><a href="form.3x.html">form – curses extension
- for programming forms</a></li>
+ <li><a href="form.3x.html">form – present user-fillable
+ forms in curses windows</a></li>
- <li><a href="menu.3x.html">menu – curses extension
- for programming menus</a></li>
+ <li><a href="menu.3x.html">menu – present menus in curses
+ windows</a></li>
</ul>
</li>
diff --git a/man/form.3x b/man/form.3x
index 2f8f88486..235ce84c2 100644
--- a/man/form.3x
+++ b/man/form.3x
@@ -47,7 +47,7 @@
..
.SH NAME
\fBform\fP \-
-curses extension for programming forms
+present user-fillable forms in \fIcurses\fP windows
.SH SYNOPSIS
.nf
\fB#include <form.h>
diff --git a/man/menu.3x b/man/menu.3x
index a833c3b55..f95f7d61e 100644
--- a/man/menu.3x
+++ b/man/menu.3x
@@ -47,7 +47,7 @@
..
.SH NAME
\fBmenu\fP \-
-curses extension for programming menus
+present menus in \fIcurses\fP windows
.SH SYNOPSIS
.nf
\fB#include <menu.h>
diff --git a/man/panel.3x b/man/panel.3x
index 0fffe74b5..5eeb7d6ee 100644
--- a/man/panel.3x
+++ b/man/panel.3x
@@ -46,7 +46,7 @@
..
.SH NAME
panel \-
-panel stack extension for \fIcurses\fP
+manage overlapping \fIcurses\fP windows
.SH SYNOPSIS
.nf
\fB#include <panel.h>
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 34/45] Revise summary descriptions of panel, menu, and form libraries.,
G. Branden Robinson <=