From 61550ac2e005a9cc2b8d540e304067f49c7ace24 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 24 Apr 2020 07:37:11 +0100 Subject: Add feature and capabilities for focus reporting. Also document AX and XT even though they aren't tmux's. --- tmux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b9f48dd7..2eb17ae0 100644 --- a/tmux.h +++ b/tmux.h @@ -282,6 +282,7 @@ enum tty_code_code { TTYC_DL, TTYC_DL1, TTYC_DSBP, + TTYC_DSFCS, TTYC_DSMG, TTYC_E3, TTYC_ECH, @@ -290,6 +291,7 @@ enum tty_code_code { TTYC_EL1, TTYC_ENACS, TTYC_ENBP, + TTYC_ENFCS, TTYC_ENMG, TTYC_FSL, TTYC_HOME, -- cgit