Extend QUICK_INPUT and QUICK_LABELED_INPUT macros for getting completion flags via...
[midnight-commander.git] / src / filemanager / command.h
blobc4f7c4189fd9d7e4ca71316d800cc2e3d75efdc0
1 /** \file command.h
2 * \brief Header: command line widget
3 */
5 #ifndef MC__COMMAND_H
6 #define MC__COMMAND_H
8 #include "lib/widget.h"
10 /*** typedefs(not structures) and defined constants **********************************************/
12 /*** enums ***************************************************************************************/
14 /*** structures declarations (and typedefs of structures)*****************************************/
16 /*** global variables defined in .c file *********************************************************/
18 extern WInput *cmdline;
20 /*** declarations of public functions ************************************************************/
22 WInput *command_new (int y, int x, int len);
23 void do_cd_command (char *cmd);
24 void command_insert (WInput * in, const char *text, gboolean insert_extra_space);
26 /*** inline functions ****************************************************************************/
27 #endif /* MC__COMMAND_H */