mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
notcurses-demo.1: add note about wcwidth
This commit is contained in:
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.
|
||||
* **q**: Quit.
|
||||
|
||||
Benchmarking should be performed using **-c** to get a well-defined PRNG seed.
|
||||
JSON output via **-J** will probably be useful.
|
||||
|
||||
# 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
|
||||
|
||||
* 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 Ninja Gaiden copyright Koei Tecmo America.
|
||||
* 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
|
||||
|
||||
**notcurses(3)**,
|
||||
**ncurses(3NCURSES)**,
|
||||
**wcwidth(3)**,
|
||||
**terminfo(5)**
|
||||
|
Loading…
Reference in New Issue
Block a user