mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
environment/emulator notes
This commit is contained in:
parent
9fe6c152a9
commit
28ac1e7498
11
README.md
11
README.md
@ -463,6 +463,17 @@ to implement".
|
||||
* There is no timeout functionality for input (`timeout()`, `halfdelay()`, etc.).
|
||||
Roll your own with any of the four thousand ways to do it.
|
||||
|
||||
## Environment notes
|
||||
|
||||
* If your terminal has an option about default interpretation of "ambiguous-width
|
||||
characters" (this is actually a technical term from Unicode), ensure it is
|
||||
set to **Wide**, not narrow.
|
||||
|
||||
* If you can disable BiDi in your terminal, do so while running notcurses
|
||||
applications, until I have that handled better. notcurses doesn't recognize
|
||||
the BiDi state machine transitions, and thus merrily continues writing
|
||||
left-to-right. ﷽
|
||||
|
||||
## Useful links
|
||||
|
||||
* [BiDi in Terminal Emulators](https://terminal-wg.pages.freedesktop.org/bidi/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user