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

Diff for /src/usr.bin/tmux/window.c between version 1.284 and 1.285

version 1.284, 2023/01/08 22:17:04 version 1.285, 2023/03/27 08:47:57
Line 1120 
Line 1120 
   
         next = TAILQ_FIRST(&wp->modes);          next = TAILQ_FIRST(&wp->modes);
         if (next == NULL) {          if (next == NULL) {
                   wp->flags &= ~PANE_UNSEENCHANGES;
                 log_debug("%s: no next mode", __func__);                  log_debug("%s: no next mode", __func__);
                 wp->screen = &wp->base;                  wp->screen = &wp->base;
         } else {          } else {

Legend:
Removed from v.1.284  
changed lines
  Added in v.1.285