Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
Line 157: Line 157:
* [https://invisible-island.net/xterm/ xterm], the first and (in many ways) the best.
* [https://invisible-island.net/xterm/ xterm], the first and (in many ways) the best.
** For 24-bit color, compile with `--enable-direct-color` and define the resource `directColor` to `true`. Both of these are the default in recent xterm.
** For 24-bit color, compile with `--enable-direct-color` and define the resource `directColor` to `true`. Both of these are the default in recent xterm.
** Use the `xterm-direct` terminfo entry
** For Sixel and Regis, compile with `--enable-sixel-graphics --enable-regis-graphics`
** For Sixel and Regis, compile with `--enable-sixel-graphics --enable-regis-graphics`
* [https://wiki.gnome.org/Apps/Terminal/VTE VTE-based terminals] including `gnome-terminal` and `xfce4-terminal`
** I'm not sure whether these ought be using the `xterm-` family or `vte-` family of terminfo entries, oddly enough


==Releases==
==Releases==