From 297d276dca07a99a80be9a3de9cde609fd375130 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 2 Aug 2021 03:20:54 -0400 Subject: [PATCH] add TERMINAL_APPLE from fauxmemstream branch --- src/lib/input.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/input.h b/src/lib/input.h index 4ef352faf..14001ee68 100644 --- a/src/lib/input.h +++ b/src/lib/input.h @@ -32,6 +32,7 @@ typedef enum { TERMINAL_CONTOUR, // XTVERSION == 'contour ver' TERMINAL_ITERM, // XTVERSION == 'iTerm2 [ver]' TERMINAL_TERMINOLOGY, // TDA: "~~TY" + TERMINAL_APPLE, // Terminal.App, determined by TERM_PROGRAM + macOS } queried_terminals_e; // sets up the input layer, building a trie of escape sequences and their