[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.112 and 1.113

version 1.112, 2009/09/22 12:38:10 version 1.113, 2009/09/23 06:05:02
Line 19 
Line 19 
 #ifndef TMUX_H  #ifndef TMUX_H
 #define TMUX_H  #define TMUX_H
   
 #define PROTOCOL_VERSION 1  #define PROTOCOL_VERSION 2
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/time.h>  #include <sys/time.h>
Line 328 
Line 328 
 };  };
   
 struct msg_identify_data {  struct msg_identify_data {
         char            tty[TTY_NAME_MAX];  
   
         char            cwd[MAXPATHLEN];          char            cwd[MAXPATHLEN];
   
         char            term[TERMINAL_LENGTH];          char            term[TERMINAL_LENGTH];
Line 1200 
Line 1198 
 void    tty_puts(struct tty *, const char *);  void    tty_puts(struct tty *, const char *);
 void    tty_putc(struct tty *, u_char);  void    tty_putc(struct tty *, u_char);
 void    tty_pututf8(struct tty *, const struct grid_utf8 *);  void    tty_pututf8(struct tty *, const struct grid_utf8 *);
 void    tty_init(struct tty *, int, char *, char *);  void    tty_init(struct tty *, int, char *);
 void    tty_start_tty(struct tty *);  void    tty_start_tty(struct tty *);
 void    tty_stop_tty(struct tty *);  void    tty_stop_tty(struct tty *);
 void    tty_detect_utf8(struct tty *);  void    tty_detect_utf8(struct tty *);

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113