1 #ifndef FACT_ReadlineWindow 2 #define FACT_ReadlineWindow
void Startup()
Color index in which the prompt should be displayed.
void SetWindow(WINDOW *w)
void CompletionDisplay(char **matches, int num, int max)
ReadlineWindow(const char *prgname)
void SetColorPrompt(int col)
int fPromptY
When the readline call is issued the x position at which the output will start is stored here...
void Shutdown(const char *buf)
void RewindCursor() const
int fPromptX
Pointer to the panel for the input stream.
int fColor
When the readline call is issued the y position at which the output will start is stored here...
void EventHook(bool=false)
C++ wrapper for GNU's readline library.
Helper to redirect readline's in- and output to an ncurses window.