[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.20 and 1.21

version 1.20, 2014/05/13 22:54:18 version 1.21, 2014/06/20 11:00:19
Line 69 
Line 69 
         return (RB_NEXT(paste_time_tree, &paste_by_time, pb));          return (RB_NEXT(paste_time_tree, &paste_by_time, pb));
 }  }
   
 /* Get the most recent automatic buffer */  /* Get the most recent automatic buffer. */
 struct paste_buffer *  struct paste_buffer *
 paste_get_top(void)  paste_get_top(void)
 {  {
Line 81 
Line 81 
         return (pb);          return (pb);
 }  }
   
 /* Free the most recent buffer */  /* Free the most recent buffer. */
 int  int
 paste_free_top(void)  paste_free_top(void)
 {  {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21