Qt4: put and get message history
This commit is contained in:
@@ -78,6 +78,10 @@ public:
|
||||
static void qt_start_screen();
|
||||
static void qt_end_screen();
|
||||
|
||||
static char *qt_getmsghistory(BOOLEAN_P init);
|
||||
static void qt_putmsghistory(const char *msg, BOOLEAN_P is_restoring);
|
||||
static void qt_putmsghistory(const std::string& msg, BOOLEAN_P is_restoring);
|
||||
|
||||
static void qt_outrip(winid wid, int how, time_t when);
|
||||
static int qt_kbhit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user