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

Diff for /src/usr.bin/tmux/cmd-run-shell.c between version 1.5 and 1.6

version 1.5, 2009/11/04 21:04:43 version 1.6, 2009/11/13 19:53:29
Line 36 
Line 36 
 const struct cmd_entry cmd_run_shell_entry = {  const struct cmd_entry cmd_run_shell_entry = {
         "run-shell", "run",          "run-shell", "run",
         "command",          "command",
         CMD_ARG1, 0,          CMD_ARG1, "",
         cmd_target_init,          cmd_target_init,
         cmd_target_parse,          cmd_target_parse,
         cmd_run_shell_exec,          cmd_run_shell_exec,

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