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

Diff for /src/usr.bin/tmux/Attic/cmd-send-prefix.c between version 1.5 and 1.6

version 1.5, 2009/09/22 12:38:10 version 1.6, 2009/11/13 19:53:29
Line 29 
Line 29 
 const struct cmd_entry cmd_send_prefix_entry = {  const struct cmd_entry cmd_send_prefix_entry = {
         "send-prefix", NULL,          "send-prefix", NULL,
         CMD_TARGET_PANE_USAGE,          CMD_TARGET_PANE_USAGE,
         0, 0,          0, "",
         cmd_target_init,          cmd_target_init,
         cmd_target_parse,          cmd_target_parse,
         cmd_send_prefix_exec,          cmd_send_prefix_exec,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6