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

Diff for /src/usr.bin/tmux/screen-redraw.c between version 1.95 and 1.96

version 1.95, 2022/03/16 17:00:17 version 1.96, 2022/06/30 09:55:53
Line 738 
Line 738 
                 }                  }
         }          }
   
         tty_cell(tty, &gc, &grid_default_cell, NULL);          tty_cell(tty, &gc, &grid_default_cell, NULL, NULL);
         if (isolates)          if (isolates)
                 tty_puts(tty, START_ISOLATE);                  tty_puts(tty, START_ISOLATE);
 }  }

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96