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

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

version 1.5, 2009/09/21 15:32:06 version 1.6, 2009/11/13 19:53:29
Line 37 
Line 37 
 const struct cmd_entry cmd_source_file_entry = {  const struct cmd_entry cmd_source_file_entry = {
         "source-file", "source",          "source-file", "source",
         "path",          "path",
         0, 0,          0, "",
         cmd_source_file_init,          cmd_source_file_init,
         cmd_source_file_parse,          cmd_source_file_parse,
         cmd_source_file_exec,          cmd_source_file_exec,

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