|
Monero
|
#include "readline_buffer.h"#include <readline/readline.h>#include <readline/history.h>#include <iostream>#include <boost/thread/mutex.hpp>#include <boost/thread/lock_guard.hpp>#include <boost/algorithm/string.hpp>
Functions | |
| static bool | same_as_last_line (const std::string &) |
| static void | install_line_handler () |
| static void | remove_line_handler () |
| static void | handle_line (char *line) |
| static char * | completion_matches (const char *text, int state) |
| static char ** | attempted_completion (const char *text, int start, int end) |
Variables | |
| static boost::mutex | sync_mutex |
| static rdln::linestatus | line_stat |
| static char * | the_line |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |