tdescs: add TERMINAL_GHOSTTY #2833

This commit is contained in:
nick black 2025-01-21 12:02:47 -05:00
parent ee310959d3
commit 82ead0e307
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -52,6 +52,7 @@ typedef enum {
TERMINAL_MSTERMINAL, // Microsoft Windows Terminal TERMINAL_MSTERMINAL, // Microsoft Windows Terminal
TERMINAL_MINTTY, // XTVERSION == 'mintty ver' MinTTY (Cygwin, MSYS2) TERMINAL_MINTTY, // XTVERSION == 'mintty ver' MinTTY (Cygwin, MSYS2)
TERMINAL_KONSOLE, // TDA: "~KDE" (7e4b4445) TERMINAL_KONSOLE, // TDA: "~KDE" (7e4b4445)
TERMINAL_GHOSTTY, // XTVERSION == 'ghostty '
} queried_terminals_e; } queried_terminals_e;
// after spawning the input layer, send initial queries to the terminal. its // after spawning the input layer, send initial queries to the terminal. its