2 * \brief Header: command line widget
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 command_set_default_colors (void);
24 void command_insert (WInput
* in
, const char *text
, gboolean insert_extra_space
);
26 /*** inline functions ****************************************************************************/
27 #endif /* MC__COMMAND_H */