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

Diff for /src/usr.bin/tmux/cmd-select-pane.c between version 1.34 and 1.35

version 1.34, 2016/10/16 19:04:05 version 1.35, 2016/11/16 00:24:03
Line 63 
Line 63 
         const char              *style;          const char              *style;
   
         if (self->entry == &cmd_last_pane_entry || args_has(args, 'l')) {          if (self->entry == &cmd_last_pane_entry || args_has(args, 'l')) {
   
                 if (wl->window->last == NULL) {                  if (wl->window->last == NULL) {
                         cmdq_error(item, "no last pane");                          cmdq_error(item, "no last pane");
                         return (CMD_RETURN_ERROR);                          return (CMD_RETURN_ERROR);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35