Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
Line 156: Line 156:


* [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 <tt>--enable-direct-color</tt> and define the resource <tt>directColor</tt> to <tt>true</tt>. Both of these are the default in recent xterm.
** Use the `xterm-direct` terminfo entry
** Use the <tt>xterm-direct</tt> terminfo entry
** For Sixel and Regis, compile with `--enable-sixel-graphics --enable-regis-graphics`
** For Sixel and Regis, compile with <tt>--enable-sixel-graphics --enable-regis-graphics</tt>
* [https://wiki.gnome.org/Apps/Terminal/VTE VTE-based terminals] including `gnome-terminal` and `xfce4-terminal`
* [https://wiki.gnome.org/Apps/Terminal/VTE VTE-based terminals] including <tt>gnome-terminal</tt> and <tt>xfce4-terminal</tt>
** I'm not sure whether these ought be using the `xterm-` family or `vte-` family of terminfo entries, oddly enough
** I'm not sure whether these ought be using the <tt>xterm-</tt> family or <tt>vte-</tt> family of terminfo entries, oddly enough


==Releases==
==Releases==