mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
README: clear up wording in FAQ entry
This commit is contained in:
parent
bfd689b1c0
commit
37fb3ab34e
@ -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>
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user