Merge branch 'master' of github.com:dankamongmen/notcurses

pull/2122/head
nick black 3 years ago
commit fcb2608c24

@ -262,6 +262,14 @@ If things break or seem otherwise lackluster, **please** consult the
Yeah it sure does. I'm not yet sure what's up. Yeah it sure does. I'm not yet sure what's up.
</details> </details>
<details>
<summary>Notcurses looks like absolute crap in Windows Terminal.</summary>
Go to [Language Settings](ms-settings:regionlanguage), click "Administrative
language settings", click "Change system locale", and check the "Beta: Use
Unicode UTF-8 for worldwide language support" option. Restart the computer.
That ought help a little bit. Ensure your code page is 65001 with `chcp 65001`.
</details>
<details> <details>
<summary>Why didn't you just render everything to Sixel?</summary> <summary>Why didn't you just render everything to Sixel?</summary>
That's not a TUI; it's a slow and inflexible GUI. Many terminal emulators That's not a TUI; it's a slow and inflexible GUI. Many terminal emulators

@ -205,6 +205,11 @@ Note that Notcurses reprograms the console font table when running in the
Linux console (unless `NCOPTION_NO_FONT_CHANGES` is used). This adds support Linux console (unless `NCOPTION_NO_FONT_CHANGES` is used). This adds support
for half blocks and quadrants. for half blocks and quadrants.
### Windows Terminal
Ensure UTF-8 is being used for "Administrative language settings"
(see [README.md](README.md)). Codepage 65001 ought be used.
### 24-bit RGB ### 24-bit RGB
Many terminals support one or another form of non-indexed color encoding (also Many terminals support one or another form of non-indexed color encoding (also

Loading…
Cancel
Save