Merge pull request #4573

8f3c7937 readline_buffer: fix "cursor in prompt" bug (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-10-26 22:34:04 +02:00
commit 442c58e994
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
2 changed files with 5 additions and 1 deletions

View file

@ -27,6 +27,7 @@ namespace rdln
private:
std::streambuf* m_cout_buf;
size_t m_prompt_length;
static std::vector<std::string>& completion_commands();
};