blob: 7d6a99f7f9eda17c00cf3ae5c3c99c0daa7b0800 [file] [log] [blame]
#ifndef _TUI_COMMAND_H
#define _TUI_COMMAND_H
/*
** This header file supports
*/
/*****************************************
** TYPE DEFINITIONS **
******************************************/
/*****************************************
** PUBLIC FUNCTION EXTERNAL DECLS **
******************************************/
extern unsigned int tuiDispatchCtrlChar (unsigned int);
extern int tuiIncrCommandCharCountBy (int);
extern int tuiDecrCommandCharCountBy (int);
extern int tuiSetCommandCharCountTo (int);
extern int tuiClearCommandCharCount (void);
#endif
/*_TUI_COMMAND_H*/