[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.738 and 1.739

version 1.738, 2017/04/18 21:41:42 version 1.739, 2017/04/19 06:52:27
Line 1043 
Line 1043 
         struct evbuffer *in;          struct evbuffer *in;
         struct event     event_out;          struct event     event_out;
         struct evbuffer *out;          struct evbuffer *out;
         size_t           written;          struct event     timer;
           size_t           discarded;
   
         struct termios   tio;          struct termios   tio;
   
Line 1059 
Line 1060 
 #define TTY_STARTED 0x10  #define TTY_STARTED 0x10
 #define TTY_OPENED 0x20  #define TTY_OPENED 0x20
 #define TTY_FOCUS 0x40  #define TTY_FOCUS 0x40
   #define TTY_BLOCK 0x80
         int              flags;          int              flags;
   
         struct tty_term *term;          struct tty_term *term;
Line 1305 
Line 1307 
         char            *term;          char            *term;
         char            *ttyname;          char            *ttyname;
         struct tty       tty;          struct tty       tty;
   
           size_t           written;
           size_t           discarded;
   
         void            (*stdin_callback)(struct client *, int, void *);          void            (*stdin_callback)(struct client *, int, void *);
         void            *stdin_callback_data;          void            *stdin_callback_data;

Legend:
Removed from v.1.738  
changed lines
  Added in v.1.739