[BACK]Return to cmd-show-buffer.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/cmd-show-buffer.c between version 1.10 and 1.11

version 1.10, 2011/01/04 00:42:47 version 1.11, 2011/04/05 19:37:01
Line 49 
Line 49 
         size_t                   size, len;          size_t                   size, len;
         u_int                    width;          u_int                    width;
   
         if ((s = cmd_find_session(ctx, NULL)) == NULL)          if ((s = cmd_find_session(ctx, NULL, 0)) == NULL)
                 return (-1);                  return (-1);
   
         if (!args_has(args, 'b')) {          if (!args_has(args, 'b')) {

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