[BACK]Return to cmd-list-keys.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-list-keys.c between version 1.56 and 1.57

version 1.56, 2020/04/13 20:51:57 version 1.57, 2020/05/16 15:54:20
Line 112 
Line 112 
                         note = xstrdup(bd->note);                          note = xstrdup(bd->note);
                 tmp = utf8_padcstr(key, keywidth + 1);                  tmp = utf8_padcstr(key, keywidth + 1);
                 if (args_has(args, '1') && tc != NULL)                  if (args_has(args, '1') && tc != NULL)
                         status_message_set(tc, "%s%s%s", prefix, tmp, note);                          status_message_set(tc, 1, "%s%s%s", prefix, tmp, note);
                 else                  else
                         cmdq_print(item, "%s%s%s", prefix, tmp, note);                          cmdq_print(item, "%s%s%s", prefix, tmp, note);
                 free(tmp);                  free(tmp);

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