mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-06 22:59:02 -05:00
add Ghostty to TERMINALS.md #2833
This commit is contained in:
parent
73a7190b80
commit
aaf1ff69e3
@ -66,7 +66,7 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
|
||||
string(APPEND CMAKE_CXX_FLAGS_DEBUG " -Og")
|
||||
endif()
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
set(CMAKE_C_VISIBILITY_PRESET hidden)
|
||||
|
||||
message(STATUS "Requested multimedia engine: ${USE_MULTIMEDIA}")
|
||||
|
@ -73,6 +73,7 @@ relies on the font. Patches to correct/complete this table are very welcome!
|
||||
| [ETerm](https://github.com/mej/Eterm) | | | | `TERM=Eterm` | Doesn't reply to Send Device Attributes |
|
||||
| [FBterm](https://github.com/zhangyuanwei/fbterm) | ❌ | ? |? |`TERM=fbterm` | 256 colors, no RGB color. |
|
||||
| [foot](https://codeberg.org/dnkl/foot) | ✅ | ✅ |✅ |`TERM=foot` | Sixel support. |
|
||||
| [Ghostty](https://github.com/ghostty-org/ghostty) | ? | ? | ? | ? | |
|
||||
| [Gnome Terminal](https://gitlab.gnome.org/GNOME/gnome-terminal) |❌ | ❌ |✅ |`TERM=gnome` `COLORTERM=24bit` | `ccc` support *is* available when run with `vte-256color`. |
|
||||
| [Guake](https://github.com/Guake/guake) | | ? |? | | |
|
||||
| [iTerm2](https://github.com/gnachman/iTerm2) | ✅ | ✅ |✅ |`TERM=iterm2` | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user