[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.45 and 1.46

version 1.45, 2022/02/16 18:55:05 version 1.46, 2022/02/22 11:01:57
Line 690 
Line 690 
         }          }
         pd->border_cell.attr = 0;          pd->border_cell.attr = 0;
   
         screen_init(&pd->s, sx - 2, sy - 2, 0);          screen_init(&pd->s, jx, jy, 0);
         colour_palette_init(&pd->palette);          colour_palette_init(&pd->palette);
         colour_palette_from_option(&pd->palette, global_w_options);          colour_palette_from_option(&pd->palette, global_w_options);
   

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46