diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2005-03-21 20:56:45 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2005-03-21 20:56:45 (GMT) |
commit | 77b99702320cf5b382562b17aa617626d3efd872 (patch) | |
tree | 6cac7ee74e48753842f15cd4845f93546ada4151 | |
parent | 22e6d965aa95a519d2b5672ee2c888785fc524ee (diff) | |
download | powwow-77b99702320cf5b382562b17aa617626d3efd872.zip powwow-77b99702320cf5b382562b17aa617626d3efd872.tar.gz powwow-77b99702320cf5b382562b17aa617626d3efd872.tar.bz2 |
Moved #module before #movie
-rw-r--r-- | cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,11 +114,11 @@ cmdstruct default_commands[] = {NULL,"key", "name\t\t\texecute the \"name\" key binding", cmd_key,NULL}, {NULL,"keyedit", "editing-name\t\trun a line-editing function", cmd_keyedit,NULL}, {NULL,"load", "[filename]\t\tload powwow settings from file", cmd_load,NULL}, + {NULL,"map", "[-[number]|walksequence]\tshow/clear/edit (auto)map", cmd_map,NULL}, + {NULL,"mark", "[string[=[attr]]]\t\tdelete/list/define markers", cmd_mark,NULL}, #ifdef HAVE_LIBDL {NULL,"module","[name]\t\tload shared library extension", cmd_module,NULL}, #endif - {NULL,"map", "[-[number]|walksequence]\tshow/clear/edit (auto)map", cmd_map,NULL}, - {NULL,"mark", "[string[=[attr]]]\t\tdelete/list/define markers", cmd_mark,NULL}, {NULL,"movie", "[filename]\t\tbegin/end of movie record to file", cmd_movie,NULL}, {NULL,"net", "\t\t\t\tprint amount of data received from/sent to host", cmd_net,NULL}, {NULL,"nice", "[{number|(expr)}[command]]\tset/show priority of new actions/marks", cmd_nice,NULL}, |