[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.998 and 1.999

version 1.998, 2020/04/16 14:25:35 version 1.999, 2020/04/16 15:14:25
Line 1261 
Line 1261 
         struct event     key_timer;          struct event     key_timer;
         struct tty_key  *key_tree;          struct tty_key  *key_tree;
 };  };
   #define tty_term_flags(tty) (tty->term->flags|tty->term_flags)
   
 /* TTY command context. */  /* TTY command context. */
 struct tty_ctx {  struct tty_ctx {

Legend:
Removed from v.1.998  
changed lines
  Added in v.1.999