[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.15 and 1.16

version 1.15, 2013/03/24 09:54:10 version 1.16, 2013/05/31 12:50:05
Line 56 
Line 56 
         struct window_pane      *wp;          struct window_pane      *wp;
         struct session          *s;          struct session          *s;
         struct input_ctx        *ictx;          struct input_ctx        *ictx;
         const char              *str;          const u_char            *str;
         int                      i, key;          int                      i, key;
   
         if (cmd_find_pane(cmdq, args_get(args, 't'), &s, &wp) == NULL)          if (cmd_find_pane(cmdq, args_get(args, 't'), &s, &wp) == NULL)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16