[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 095/100] man/tset.1: Recast discussion of environment variable us
From: |
G. Branden Robinson |
Subject: |
[PATCH 095/100] man/tset.1: Recast discussion of environment variable usage. |
Date: |
Sat, 30 Mar 2024 17:03:31 -0500 |
---
man/tset.1 | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/man/tset.1 b/man/tset.1
index 14bcb16e2..68b316e25 100644
--- a/man/tset.1
+++ b/man/tset.1
@@ -396,18 +396,20 @@ .SH PORTABILITY
the \fILINES\fP and \fICOLUMNS\fP environment variables or
the terminal description.
.PP
-Obtaining the window size from the terminal description is common to
-both implementations, but considered obsolescent.
+Obtaining the window size from a terminal's type description is common
+to both implementations,
+but considered obsolescent.
Its only practical use is for hardware terminals.
-Generally speaking, a window size would be unset only if there were
-some problem obtaining the value from the operating system
-(and \fBsetupterm\fP would still fail).
-For that reason,
-the \fILINES\fP and \fI\%COLUMNS\fP environment variables
-may be useful for working around window-size problems.
-Those have the drawback that if the window is resized,
-those variables must be recomputed and reassigned.
-To do this more easily, use the \fBresize\fP(1) program.
+Generally,
+the window size will remain uninitialized only if there were a problem
+obtaining the value from the operating system
+(and \fB\%setupterm\fP would still fail).
+The \fILINES\fP and \fI\%COLUMNS\fP environment variables
+may thus be useful for working around window-size problems,
+but have the drawback that if the window is resized,
+their values must be recomputed and reassigned.
+The \fI\%resize\fP(1) program distributed with
+\fI\%xterm\fP(1) assists this activity.
.SH HISTORY
A \fB\%reset\fP command written by Kurt Shoens appeared in 1BSD
(March 1978).
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 095/100] man/tset.1: Recast discussion of environment variable usage.,
G. Branden Robinson <=