Add support for > and >> prompts with new readline
This commit is contained in:
@@ -88,6 +88,10 @@ struct EngineWrapper {
|
||||
//
|
||||
bool (*get_outgoing_empty)(EngineWrapper *w, uint32_t chid);
|
||||
|
||||
// Get the console prompt.
|
||||
//
|
||||
void (*get_console_prompt)(EngineWrapper *w, uint32_t *len, const char **data);
|
||||
|
||||
// Get the clock.
|
||||
//
|
||||
// Get the current time. This is equal to the last value passed
|
||||
|
||||
Reference in New Issue
Block a user