bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 025/100] man/ncurses.3x: Relocate material.


From: G. Branden Robinson
Subject: [PATCH 025/100] man/ncurses.3x: Relocate material.
Date: Sat, 30 Mar 2024 16:51:12 -0500

There appears to be overlap between the "Initialization" and "Effects of
GUIs and Environment Variables" subsections.
---
 man/ncurses.3x | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/man/ncurses.3x b/man/ncurses.3x
index cbdc94350..2e945c2de 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -209,13 +209,6 @@ .SS Initialization
 \fBkeypad(stdscr, TRUE);\fP
 .EE
 .RE
-.PP
-Before a \fBcurses\fP program is run, the tab stops of the terminal
-should be set and its initialization strings, if defined, must be output.
-This can be done by executing the \fB@TPUT@ init\fP command
-after the shell environment variable \fITERM\fP has been exported.
-(The BSD-style \fB\%@TSET@\fP(1) utility also performs this function.)
-See subsection \*(``Tabs and Initialization\*('' of \fBterminfo\fP(5).
 .SS Overview
 A
 .I curses
@@ -351,6 +344,13 @@ .SS Overview
 .I "key codes."
 See \fB\%getch\fP(3X).
 .SS "Effects of GUIs and Environment Variables"
+Before a \fBcurses\fP program is run, the tab stops of the terminal
+should be set and its initialization strings, if defined, must be output.
+This can be done by executing the \fB@TPUT@ init\fP command
+after the shell environment variable \fITERM\fP has been exported.
+(The BSD-style \fB\%@TSET@\fP(1) utility also performs this function.)
+See subsection \*(``Tabs and Initialization\*('' of \fBterminfo\fP(5).
+.PP
 The selection of an appropriate value of
 .I TERM
 in the process environment is essential to correct
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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