FAQ entry about screen #757

This commit is contained in:
nick black 2020-07-05 11:24:44 -04:00
parent f2af24648d
commit 8afd25fef6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -327,6 +327,9 @@ If things break or seem otherwise lackluster, **please** consult the
* *Q:* In `xterm`, Alt doesn't work as expected.
* *A:* Check out the `eightBitInput` resource of `xterm`. Add `XTerm*eightBitInput: false` to your `$HOME/.Xresources`, and run `xrdb -a $HOME/.Xresources`.
* *Q:* Notcurses looks like absolute crap in `screen`.
* *A:* `screen` doesn't support RGB colors (at least as of 4.08.00); if you have `COLORTERM` defined, you'll have a bad time. If you have a `screen` that was compiled with `--enable-colors256`, try exporting `TERM=screen-256color` as opposed to `TERM=screen`.
* *Q:* Why didn't you just use Sixel?
* *A:* Many terminal emulators don't support Sixel. Sixel doesn't work well
with mouse selection. With that said, I do intend to support Sixel soon,