[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.45 and 1.46

version 1.45, 2022/06/30 09:55:53 version 1.46, 2024/03/21 11:30:42
Line 246 
Line 246 
         wp = window_pane_at_index(w, index);          wp = window_pane_at_index(w, index);
         if (wp == NULL)          if (wp == NULL)
                 return (1);                  return (1);
         window_unzoom(w);          window_unzoom(w, 1);
   
         xasprintf(&expanded, "%%%u", wp->id);          xasprintf(&expanded, "%%%u", wp->id);
   

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46