FAQs: add Q about COLORTERM and ssh

This commit is contained in:
nick black 2021-02-03 08:58:12 -05:00
parent 54ca2249df
commit c35c87ba75
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -338,6 +338,8 @@ to breaking under incorrect `TERM` values. If you're not using `xterm`, your
* **Q:** I get linker errors when statically linking. **A:** Are you linking all necessary libraries? Use `pkg-config --static --libs notcurses` to discover them.
* **Q:** Can I avoid manually exporting `COLORTERM=24bit` everywhere? **A:** Sure. Add `SendEnv COLORTERM` to `.ssh/config`, and `AcceptEnv COLORTERM` to `sshd_config` on the remote server.
## Supplemental material
### Useful links