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

Diff for /src/usr.bin/tmux/input.c between version 1.211 and 1.212

version 1.211, 2022/10/28 13:00:02 version 1.212, 2022/11/11 08:37:55
Line 1345 
Line 1345 
         if (ictx->flags & INPUT_DISCARD)          if (ictx->flags & INPUT_DISCARD)
                 return (0);                  return (0);
   
         log_debug("%s: '%c' \"%s\" \"%s\"",          log_debug("%s: '%c' \"%s\" \"%s\"", __func__, ictx->ch,
             __func__, ictx->ch, ictx->interm_buf, ictx->param_buf);              ictx->interm_buf, ictx->param_buf);
   
         if (input_split(ictx) != 0)          if (input_split(ictx) != 0)
                 return (0);                  return (0);

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212