mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
FAQ entry about screen #757
This commit is contained in:
parent
f2af24648d
commit
8afd25fef6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user