diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 07:37:11 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 07:37:11 +0100 |
commit | 61550ac2e005a9cc2b8d540e304067f49c7ace24 (patch) | |
tree | 527698a57d5206d08667ff4f8e888f19a6ca72c5 /tmux.h | |
parent | 5d69b9c4a7e8adc570e965189de0e5936fbf8e1c (diff) | |
download | rtmux-61550ac2e005a9cc2b8d540e304067f49c7ace24.tar.gz rtmux-61550ac2e005a9cc2b8d540e304067f49c7ace24.tar.bz2 rtmux-61550ac2e005a9cc2b8d540e304067f49c7ace24.zip |
Add feature and capabilities for focus reporting. Also document AX and XT even
though they aren't tmux's.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |