notcurses-demo.1: add note about wcwidth

pull/1016/head
nick black 4 years ago
parent fca0d16401
commit bb58e4db41

@ -112,8 +112,17 @@ The following keypresses are recognized (and are also available from the menu):
* **Ctrl-R**: Restart the demo. * **Ctrl-R**: Restart the demo.
* **q**: Quit. * **q**: Quit.
Benchmarking should be performed using **-c** to get a well-defined PRNG seed.
JSON output via **-J** will probably be useful.
# BUGS # BUGS
Certain demos (especially **mojibake** and **allglyph**) heavily exercise the
font rendering stack. If your font or rendering engine draws glyphs with width
different from that reported by the standard library's **wcwidth(3)**,
Notcurses will have an incorrect notion of cursor placement, leading to
undesirable behavior.
# COPYRIGHT # COPYRIGHT
* All code and design copyright Nick Black <nickblack@linux.com>. * All code and design copyright Nick Black <nickblack@linux.com>.
@ -121,10 +130,11 @@ The following keypresses are recognized (and are also available from the menu):
* Images from Super Mario Bros. copyright Nintendo of America. * Images from Super Mario Bros. copyright Nintendo of America.
* Images from Ninja Gaiden copyright Koei Tecmo America. * Images from Ninja Gaiden copyright Koei Tecmo America.
* Images from Final Fantasy copyright Square Enix Co Ltd. * Images from Final Fantasy copyright Square Enix Co Ltd.
* "Jungle with Rain" and "Ruins with Rain" copyright Mark Ferrari/Living Worlds. * "Jungle with Rain" copyright Mark Ferrari/Living Worlds.
# SEE ALSO # SEE ALSO
**notcurses(3)**, **notcurses(3)**,
**ncurses(3NCURSES)**, **ncurses(3NCURSES)**,
**wcwidth(3)**,
**terminfo(5)** **terminfo(5)**

Loading…
Cancel
Save