[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.57 and 1.58

version 1.57, 2021/10/14 13:19:01 version 1.58, 2021/10/20 09:50:40
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, BOX_LINES_DEFAULT, NULL);          screen_write_box(&ctx, w, sy - h, BOX_LINES_DEFAULT, NULL, 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.57  
changed lines
  Added in v.1.58