mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
16 lines
414 B
Markdown
16 lines
414 B
Markdown
|
# Terminals and `TERM`
|
||
|
|
||
|
| Terminal | Recommended `TERM` | Notes |
|
||
|
| -------- | ------ | ----- |
|
||
|
| Linux console | `linux` | 8 (512 glyph fonts) or 16 (256 glyph fonts) colors max. |
|
||
|
| FBterm | | |
|
||
|
| kmscon | | |
|
||
|
| XTerm | | |
|
||
|
| XFCE4 Terminal | | |
|
||
|
| Gnome Terminal | | |
|
||
|
| Konsole | | |
|
||
|
| Alacritty | | |
|
||
|
| Kitty | | |
|
||
|
| GNU Screen | `screen-256colors` | Must be compiled with `--enable-256color`. |
|
||
|
| tmux | | |
|