From 08190060e85f54aea886e5d0a4f26011cae62611 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 19 May 2020 02:02:02 -0400 Subject: [PATCH] notcurses.3: update link to unicode chart --- doc/man/man3/notcurses.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index 1b66429a2..2fb11012d 100644 --- a/doc/man/man3/notcurses.3.md +++ b/doc/man/man3/notcurses.3.md @@ -62,7 +62,7 @@ notcurses supports input from keyboards (via **stdin**) and pointing devices (vi a broker such as GPM, X, or Wayland). Input is delivered as 32-bit Unicode code points. Synthesized events such as mouse button presses and arrow keys are mapped into Unicode's -[Supplementary Private Use Area-B](https://unicode.org/charts/PDF/U1.0.10.pdf). +[Supplementary Private Use Area-B](https://unicode.org/charts/PDF/U100000.pdf). Information on input is available at **notcurses_input(3)**. The included tool **notcurses-input(1)** can be used to test input decoding.