[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.436 and 1.437

version 1.436, 2014/01/31 14:19:24 version 1.437, 2014/02/23 00:53:06
Line 1650 
Line 1650 
 void    tty_update_mode(struct tty *, int, struct screen *);  void    tty_update_mode(struct tty *, int, struct screen *);
 void    tty_force_cursor_colour(struct tty *, const char *);  void    tty_force_cursor_colour(struct tty *, const char *);
 void    tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int);  void    tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int);
 int     tty_open(struct tty *, const char *, char **);  int     tty_open(struct tty *, char **);
 void    tty_close(struct tty *);  void    tty_close(struct tty *);
 void    tty_free(struct tty *);  void    tty_free(struct tty *);
 void    tty_write(  void    tty_write(
Line 1679 
Line 1679 
 /* tty-term.c */  /* tty-term.c */
 extern struct tty_terms tty_terms;  extern struct tty_terms tty_terms;
 extern const struct tty_term_code_entry tty_term_codes[NTTYCODE];  extern const struct tty_term_code_entry tty_term_codes[NTTYCODE];
 struct tty_term *tty_term_find(char *, int, const char *, char **);  struct tty_term *tty_term_find(char *, int, char **);
 void             tty_term_free(struct tty_term *);  void             tty_term_free(struct tty_term *);
 int              tty_term_has(struct tty_term *, enum tty_code_code);  int              tty_term_has(struct tty_term *, enum tty_code_code);
 const char      *tty_term_string(struct tty_term *, enum tty_code_code);  const char      *tty_term_string(struct tty_term *, enum tty_code_code);
Line 1893 
Line 1893 
 /* server-client.c */  /* server-client.c */
 void     server_client_handle_key(struct client *, int);  void     server_client_handle_key(struct client *, int);
 void     server_client_create(int);  void     server_client_create(int);
 int      server_client_open(struct client *, struct session *, char **);  int      server_client_open(struct client *, char **);
 void     server_client_lost(struct client *);  void     server_client_lost(struct client *);
 void     server_client_callback(int, short, void *);  void     server_client_callback(int, short, void *);
 void     server_client_status_timer(void);  void     server_client_status_timer(void);

Legend:
Removed from v.1.436  
changed lines
  Added in v.1.437