README: clear up wording in FAQ entry

This commit is contained in:
nick black 2021-07-13 02:45:01 -04:00
parent bfd689b1c0
commit 37fb3ab34e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ If things break or seem otherwise lackluster, **please** consult the
<summary>Given that the glyph channel is initialized as transparent for a
plane, shouldn't the foreground and background be initialized as transparent,
also?</summary>
Probably (they are instead initialized to default opaque). This would change
Probably (they are instead by default initialized to opaque). This would change
some of the most longstanding behavior of Notcurses, though,
so it isn't happening.
</details>

View File

@ -5,7 +5,7 @@
static void
printbanner(const notcurses* nc){
fprintf(nc->ttyfp, "built without multimedia support.\n");
fprintf(nc->ttyfp, "built without multimedia support\n");
}
const ncvisual_implementation local_visual_implementation = {