[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.219 and 1.220

version 1.219, 2019/03/12 13:56:30 version 1.220, 2019/03/14 09:50:09
Line 1179 
Line 1179 
 }  }
   
 int  int
 window_pane_get_palette(const struct window_pane *wp, int c)  window_pane_get_palette(struct window_pane *wp, int c)
 {  {
         int     new;          int     new;
   

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220