add FAQ about reverse video

This commit is contained in:
nick black 2021-07-08 16:49:58 -04:00
parent 405a1f2808
commit 128eba896d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -258,6 +258,8 @@ to breaking under incorrect `TERM` values. If you're not using `xterm`, your
* **Q:** My program locks up during initialization. **A**: Notcurses interrogates the terminal. If the terminal doesn't reply to standard interrogations, file a Notcurses bug, send upstream a patch, or use a different terminal. No known terminal emulators exhibit this behavior.
* **Q:** Why no `NCSTYLE_REVERSE`? **A**: It would consume a precious bit. You can use `ncchannels_reverse()` to correctly invert fore- and background colors.
* **Q:** How do I mix Rendered and Direct mode? **A:** You really don't want to. You can stream a subprocess to a plane with the `ncsubproc` widget.
## Useful links