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

Diff for /src/usr.bin/tmux/mode-tree.c between version 1.56 and 1.57

version 1.56, 2021/10/13 09:28:36 version 1.57, 2021/10/14 13:19:01
Line 747 
Line 747 
                 mti = mti->parent;                  mti = mti->parent;
   
         screen_write_cursormove(&ctx, 0, h, 0);          screen_write_cursormove(&ctx, 0, h, 0);
         screen_write_box(&ctx, w, sy - h, NULL);          screen_write_box(&ctx, w, sy - h, BOX_LINES_DEFAULT, NULL);
   
         if (mtd->sort_list != NULL) {          if (mtd->sort_list != NULL) {
                 xasprintf(&text, " %s (sort: %s%s)", mti->name,                  xasprintf(&text, " %s (sort: %s%s)", mti->name,

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57