[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 115/177] man/curs_mouse.3x: Revise "EXTENSIONS" section.
From: |
G. Branden Robinson |
Subject: |
[PATCH 115/177] man/curs_mouse.3x: Revise "EXTENSIONS" section. |
Date: |
Mon, 13 Jan 2025 11:33:24 -0600 |
Content:
* Identify return type of SVr4's `getmouse()`.
Style:
* Slightly recast.
* Set "curses" in italics, not roman.
---
man/curs_mouse.3x | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index f690253bc..883f08ef3 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -527,19 +527,23 @@ .SH NOTES
wheel/scrolling mice send position reports as a sequence of
presses of buttons 4 or 5 without matching button-releases.
.SH EXTENSIONS
-These functions were designed for
-\fB\%ncurses\fP(3X),
+These functions are
+.I \%ncurses
+extensions,
and are not found in SVr4
.IR curses ,
4.4BSD
.IR curses ,
-or any other previous curses implementation.
+or any other previous
+.I curses
+implementation.
(SVr4
.I curses
did have a
.I \%getmouse
function,
-which took no argument and returned a different type.)
+which took no argument and returned an
+.IR "unsigned long" ".)"
.SH PORTABILITY
Applications employing the
.I \%ncurses
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 115/177] man/curs_mouse.3x: Revise "EXTENSIONS" section.,
G. Branden Robinson <=