[BACK]Return to paste.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/paste.c between version 1.10 and 1.11

version 1.10, 2010/12/30 23:16:18 version 1.11, 2011/03/28 19:44:31
Line 31 
Line 31 
   
 /* Return each item of the stack in turn. */  /* Return each item of the stack in turn. */
 struct paste_buffer *  struct paste_buffer *
 paste_walk_stack(struct paste_stack *ps, uint *idx)  paste_walk_stack(struct paste_stack *ps, u_int *idx)
 {  {
         struct paste_buffer     *pb;          struct paste_buffer     *pb;
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11