From 82ead0e307932e8a76d51d2852a44ce8cefeaaa6 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 21 Jan 2025 12:02:47 -0500 Subject: [PATCH] tdescs: add TERMINAL_GHOSTTY #2833 --- src/lib/in.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/in.h b/src/lib/in.h index 1bc38d17b..58f0e1d96 100644 --- a/src/lib/in.h +++ b/src/lib/in.h @@ -52,6 +52,7 @@ typedef enum { TERMINAL_MSTERMINAL, // Microsoft Windows Terminal TERMINAL_MINTTY, // XTVERSION == 'mintty ver' MinTTY (Cygwin, MSYS2) TERMINAL_KONSOLE, // TDA: "~KDE" (7e4b4445) + TERMINAL_GHOSTTY, // XTVERSION == 'ghostty ' } queried_terminals_e; // after spawning the input layer, send initial queries to the terminal. its