[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.61 and 1.62

version 1.61, 2020/07/27 08:03:10 version 1.62, 2021/04/12 09:36:12
Line 113 
Line 113 
                 else                  else
                         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, -1, 1, "%s%s%s", prefix, tmp, note);                          status_message_set(tc, -1, 1, 0, "%s%s%s", prefix, tmp,
                 else                              note);
                   } else
                         cmdq_print(item, "%s%s%s", prefix, tmp, note);                          cmdq_print(item, "%s%s%s", prefix, tmp, note);
                 free(tmp);                  free(tmp);
                 free(note);                  free(note);

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62