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

Diff for /src/usr.bin/tmux/cmd-display-panes.c between version 1.28 and 1.29

version 1.28, 2019/06/18 11:08:42 version 1.29, 2019/06/26 18:28:31
Line 204 
Line 204 
         struct cmd_parse_result         *pr;          struct cmd_parse_result         *pr;
   
         if (event->key < '0' || event->key > '9')          if (event->key < '0' || event->key > '9')
                 return (1);                  return (-1);
   
         wp = window_pane_at_index(w, event->key - '0');          wp = window_pane_at_index(w, event->key - '0');
         if (wp == NULL)          if (wp == NULL)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29