Add feature and capabilities for focus reporting. Also document AX and XT even

though they aren't tmux's.
This commit is contained in:
Nicholas Marriott
2020-04-24 07:37:11 +01:00
parent 5d69b9c4a7
commit 61550ac2e0
5 changed files with 48 additions and 11 deletions

2
tmux.h
View File

@ -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,