mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 02:52:18 -04:00
simplewallet: lock console on inactivity
This commit is contained in:
parent
85014813cf
commit
1a367d6a22
10 changed files with 577 additions and 149 deletions
|
@ -248,4 +248,8 @@ namespace tools
|
|||
std::string get_human_readable_timespan(uint64_t seconds);
|
||||
|
||||
std::string get_human_readable_bytes(uint64_t bytes);
|
||||
|
||||
void clear_screen();
|
||||
|
||||
std::vector<std::pair<std::string, size_t>> split_string_by_width(const std::string &s, size_t columns);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue