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

Diff for /src/usr.bin/tmux/screen-write.c between version 1.217 and 1.218

version 1.217, 2023/08/08 08:08:47 version 1.218, 2023/08/15 07:01:47
Line 733 
Line 733 
                         continue;                          continue;
                 }                  }
   
                 format_draw(ctx, gc, width, name, NULL, gc == choice_gc);                  format_draw(ctx, gc, width, name, NULL, 0);
                 gc = &default_gc;                  gc = &default_gc;
         }          }
   

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218