bsp
|
Public Member Functions | |
ConsoleHistory (int size=100) | |
bool | add (char *line) |
char * | next () |
char * | prev (char *active) |
void | clear () |
void | trim () |
void | setsize (int size) |
Public Attributes | |
conhist_t * | head |
conhist_t * | tail |
conhist_t * | current |
int | count |
int | maxsize |
char * | activebuf |
ConsoleHistory::ConsoleHistory | ( | int | size = 100 | ) |