mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #4573
8f3c7937
readline_buffer: fix "cursor in prompt" bug (moneromooo-monero)
This commit is contained in:
commit
442c58e994
2 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,7 @@ namespace rdln
|
|||
|
||||
private:
|
||||
std::streambuf* m_cout_buf;
|
||||
size_t m_prompt_length;
|
||||
static std::vector<std::string>& completion_commands();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue