diff options
author | nicm <nicm> | 2017-02-21 14:18:12 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-02-21 14:18:12 +0000 |
commit | 27ee34e7fa59fa08aa71d4adbb5e537444d724b1 (patch) | |
tree | 40c1c80311ae565167f2faceae7df5a4c6b44b63 /tmux.h | |
parent | 9e4c5133c8212c8d60c097e5900e6b801f62abfa (diff) | |
download | rtmux-27ee34e7fa59fa08aa71d4adbb5e537444d724b1.tar.gz rtmux-27ee34e7fa59fa08aa71d4adbb5e537444d724b1.tar.bz2 rtmux-27ee34e7fa59fa08aa71d4adbb5e537444d724b1.zip |
Don't need is1,is2,is3 so remove them.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -243,9 +243,6 @@ enum tty_code_code { TTYC_IL1, /* insert_line, il */ TTYC_INDN, /* parm_index, indn */ TTYC_INVIS, /* enter_secure_mode, mk */ - TTYC_IS1, /* init_1string, i1 */ - TTYC_IS2, /* init_2string, i2 */ - TTYC_IS3, /* init_3string, i3 */ TTYC_KCBT, /* key_btab, kB */ TTYC_KCUB1, /* key_left, kl */ TTYC_KCUD1, /* key_down, kd */ |