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

Diff for /src/usr.bin/tmux/screen.c between version 1.81 and 1.82

version 1.81, 2022/06/30 09:55:53 version 1.82, 2023/06/26 08:14:19
Line 626 
Line 626 
          * before copying back.           * before copying back.
          */           */
         if (s->saved_grid != NULL)          if (s->saved_grid != NULL)
                 screen_resize(s, s->saved_grid->sx, s->saved_grid->sy, 1);                  screen_resize(s, s->saved_grid->sx, s->saved_grid->sy, 0);
   
         /*          /*
          * Restore the cursor position and cell. This happens even if not           * Restore the cursor position and cell. This happens even if not

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82