[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 12/30] man/ncurses.3x: Generalize claim.
From: |
G. Branden Robinson |
Subject: |
[PATCH 12/30] man/ncurses.3x: Generalize claim. |
Date: |
Sat, 8 Jun 2024 07:17:49 -0500 |
The cursor also affects the implied location used by certain non-output
operations, like `inch()` and `instr()`.
---
man/ncurses.3x | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/man/ncurses.3x b/man/ncurses.3x
index e94e10a4b..09f392332 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -261,8 +261,7 @@ .SS Overview
.PP
Functions permit manipulation of a window and the
.I cursor
-identifying the cell within it at which the next output operation will
-occur.
+identifying the cell within it at which the next operation will occur.
Among those,
the most basic are \fB\%move\fP(3X) and \fB\%addch\fP(3X):
these place the cursor within and write a character to
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 12/30] man/ncurses.3x: Generalize claim.,
G. Branden Robinson <=