mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
erp, able->unable in FAQ
This commit is contained in:
parent
36825374b9
commit
4a9f62f131
@ -173,10 +173,10 @@ each release. Download it, and install the contents as you deem fit.
|
||||
* Notcurses queries the terminal on startup, enabling some advanced features
|
||||
based on the determined terminal (and even version). Basic capabilities,
|
||||
however, are taken from Terminfo. So if you have, say, Kitty, but
|
||||
`TERM=vt100`, you're going to be able to draw RGBA bitmap graphics, but be
|
||||
able to use the alternate screen (despite the latter being supported by
|
||||
every Kitty version). So `TERM` and an up-to-date Terminfo database remain
|
||||
important.
|
||||
`TERM=vt100`, you're going to be able to draw RGBA bitmap graphics (despite
|
||||
such things being but a dream for a VT100), but *unable* to use the alternate
|
||||
screen (despite it being supported by every Kitty version). So `TERM` and an
|
||||
up-to-date Terminfo database remain important.
|
||||
|
||||
* Ensure your `LANG` environment variable is set to a UTF8-encoded locale, and
|
||||
that this locale has been generated. This usually means
|
||||
|
@ -1,5 +1,7 @@
|
||||
# History
|
||||
|
||||
* 2021-09-06: Notcurses [2.4.0 "hearts alive"](https://github.com/dankamongmen/notcurses/releases/tag/v2.4.0).
|
||||
* Writeup on Phoronix. Front page of Hacker News. I guess we've arrived.
|
||||
* 2021-08-12: One thousand Github stars! https://www.youtube.com/watch?v=ROlKx7PG6sY
|
||||
* 2021-07-29: Notcurses [2.3.12 "drop a gem on 'em"](https://github.com/dankamongmen/notcurses/releases/tag/v2.3.12) is added to [Homebrew](https://github.com/Homebrew/homebrew-core/pull/82112).
|
||||
* 2021-07-12: OS X support is added during the 2.3.10 development period, with lots of help from Michael Bradley Jr. (@michaelsbradleyjr).
|
||||
|
Loading…
x
Reference in New Issue
Block a user