[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.4 and 1.5

version 1.4, 2009/06/03 16:54:26 version 1.5, 2009/06/03 23:30:40
Line 279 
Line 279 
   
 /* Output commands. */  /* Output commands. */
 enum tty_cmd {  enum tty_cmd {
           TTY_ALIGNMENTTEST,
         TTY_CELL,          TTY_CELL,
         TTY_CLEARENDOFLINE,          TTY_CLEARENDOFLINE,
         TTY_CLEARENDOFSCREEN,          TTY_CLEARENDOFSCREEN,
Line 1363 
Line 1364 
 void     screen_write_cursordown(struct screen_write_ctx *, u_int);  void     screen_write_cursordown(struct screen_write_ctx *, u_int);
 void     screen_write_cursorright(struct screen_write_ctx *, u_int);  void     screen_write_cursorright(struct screen_write_ctx *, u_int);
 void     screen_write_cursorleft(struct screen_write_ctx *, u_int);  void     screen_write_cursorleft(struct screen_write_ctx *, u_int);
   void     screen_write_alignmenttest(struct screen_write_ctx *);
 void     screen_write_insertcharacter(struct screen_write_ctx *, u_int);  void     screen_write_insertcharacter(struct screen_write_ctx *, u_int);
 void     screen_write_deletecharacter(struct screen_write_ctx *, u_int);  void     screen_write_deletecharacter(struct screen_write_ctx *, u_int);
 void     screen_write_insertline(struct screen_write_ctx *, u_int);  void     screen_write_insertline(struct screen_write_ctx *, u_int);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5