From 43427ca8f7a2d94fefed222b63d482383e18d776 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 26 May 2021 01:16:51 -0400 Subject: [PATCH] TERMS.md: grammar --- TERMINALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TERMINALS.md b/TERMINALS.md index 4e16f39d6..9f373c160 100644 --- a/TERMINALS.md +++ b/TERMINALS.md @@ -5,7 +5,7 @@ your terminal. It is critical that the `TERM` environment variable be correct for your shell, and that the terminfo database entry keyed by this variable be up-to-date. Furthermore, for 24-bit TrueColor, it is necessary to either use a `-direct` variant of your terminfo -entry, or to declare `COLORTERM=24bit`. The latter instruct Notcurses +entry, or to declare `COLORTERM=24bit`. The latter instructs Notcurses to use 24-bit escapes regardless of advertised support. If you define this variable, and your terminal doesn't actually support these sequences, you're going to have a bad time.