[BACK]Return to popup.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/popup.c between version 1.52 and 1.53

version 1.52, 2023/08/15 07:01:47 version 1.53, 2024/03/21 11:30:42
Line 346 
Line 346 
         u_int                    hlimit;          u_int                    hlimit;
         const char              *shell;          const char              *shell;
   
         window_unzoom(w);          window_unzoom(w, 1);
   
         lc = layout_split_pane(wp, type, -1, 0);          lc = layout_split_pane(wp, type, -1, 0);
         hlimit = options_get_number(s->options, "history-limit");          hlimit = options_get_number(s->options, "history-limit");

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53