Skip to content

Commit

Permalink
add Ghostty to TERMINALS.md #2833
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 10, 2025
1 parent 73a7190 commit aaf1ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
1 change: 1 addition & 0 deletions TERMINALS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down

0 comments on commit aaf1ff6

Please sign in to comment.