Ticket #4536: skins: add root variant of julia256 skin.
[midnight-commander.git] / src / filemanager / command.h
blob9aacca4e5a4d227bda20c5c8a36796c7e4c30f94
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 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 */