[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.274 and 1.275

version 1.274, 2021/08/13 06:52:51 version 1.275, 2021/08/20 17:36:03
Line 924 
Line 924 
         wp->pipe_fd = -1;          wp->pipe_fd = -1;
   
         colour_palette_init(&wp->palette);          colour_palette_init(&wp->palette);
           colour_palette_from_option(&wp->palette, wp->options);
   
         screen_init(&wp->base, sx, sy, hlimit);          screen_init(&wp->base, sx, sy, hlimit);
         wp->screen = &wp->base;          wp->screen = &wp->base;
   

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.275