Add $ and ` for escaping and reorder it according to the ascii values
[midnight-commander.git] / src / command.h
blob920b0b6688ded9275a21d712d9979490b02b8954
1 #ifndef MC_COMMAND_H
2 #define MC_COMMAND_H
4 #include "widget.h"
6 extern WInput *cmdline;
8 WInput *command_new (int y, int x, int len);
9 void do_cd_command (char *cmd);
10 void command_insert (WInput * in, const char *text, int insert_extra_space);
12 #endif