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

Diff for /src/usr.bin/tmux/cmd-send-keys.c between version 1.71 and 1.72

version 1.71, 2021/10/19 12:51:43 version 1.72, 2022/06/07 10:02:19
Line 151 
Line 151 
         char                            *cause = NULL;          char                            *cause = NULL;
   
         if (args_has(args, 'N')) {          if (args_has(args, 'N')) {
                 np = args_strtonum(args, 'N', 1, UINT_MAX, &cause);                  np = args_strtonum_and_expand(args, 'N', 1, UINT_MAX, item,
                            &cause);
                 if (cause != NULL) {                  if (cause != NULL) {
                         cmdq_error(item, "repeat count %s", cause);                          cmdq_error(item, "repeat count %s", cause);
                         free(cause);                          free(cause);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72