From 83105e85dee667dc061fd18e65cb9bde887f0538 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 27 Dec 2018 12:02:19 -0500 Subject: [PATCH] Link to MANUAL.md from USERS.md. --- man/USERS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/USERS.md b/man/USERS.md index b9100584..1778fbe7 100644 --- a/man/USERS.md +++ b/man/USERS.md @@ -12,7 +12,7 @@ The curses library permits manipulation of data structures called windows which may be thought of as two-dimensional arrays of characters representing all or part of a terminal's screen. The windows are manipulated using a procedural interface described -elsewhere. The curses package maintains a record of what characters +[elsewhere]. The curses package maintains a record of what characters are on the screen. At the most basic level, manipulation is done with the routines move() and addch() which are used to "move" the curses around and add characters to the default window, stdscr, which @@ -355,3 +355,5 @@ This list is incomplete -- see curses.h for the full list, and use the testcurs demo to see what values are actually returned. The above are just the keys required by X/Open. In particular, PDCurses defines many CTL_ and ALT_ combinations; these are not portable. + +[elsewhere]: MANUAL.md