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

Diff for /src/usr.bin/tmux/status.c between version 1.229 and 1.230

version 1.229, 2021/10/26 12:29:41 version 1.230, 2021/11/01 07:48:04
Line 1727 
Line 1727 
                 item.name = list[i];                  item.name = list[i];
                 item.key = '0' + (i - spm->start);                  item.key = '0' + (i - spm->start);
                 item.command = NULL;                  item.command = NULL;
                 menu_add_item(menu, &item, NULL, NULL, NULL);                  menu_add_item(menu, &item, NULL, c, NULL);
         }          }
   
         if (options_get_number(c->session->options, "status-position") == 0)          if (options_get_number(c->session->options, "status-position") == 0)

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230