[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.930 and 1.931

version 1.930, 2019/10/23 07:42:05 version 1.931, 2019/11/14 15:37:19
Line 1202 
Line 1202 
                 TTY_VT220,                  TTY_VT220,
                 TTY_VT320,                  TTY_VT320,
                 TTY_VT420,                  TTY_VT420,
                   TTY_VT520,
                 TTY_UNKNOWN                  TTY_UNKNOWN
         } term_type;          } term_type;
   
Line 1218 
Line 1219 
         struct tty_key  *key_tree;          struct tty_key  *key_tree;
 };  };
 #define TTY_TYPES \  #define TTY_TYPES \
         { "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "Unknown" }          { "VT100", \
             "VT101", \
             "VT102", \
             "VT220", \
             "VT320", \
             "VT420", \
             "VT520", \
             "Unknown" }
   
 /* TTY command context. */  /* TTY command context. */
 struct tty_ctx {  struct tty_ctx {

Legend:
Removed from v.1.930  
changed lines
  Added in v.1.931