Skip to content

Commit 6c94bdb

Browse files
authored
Merge pull request #322 from NotRequiem/dev
improvements to several functions
2 parents 20653c3 + 820eb9a commit 6c94bdb

3 files changed

Lines changed: 1031 additions & 1350 deletions

File tree

src/cli.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -754,19 +754,6 @@ std::string vm_description(const std::string& vm_brand) {
754754
#endif
755755
}
756756

757-
758-
void edit_previous_line() {
759-
#if (CLI_WINDOWS)
760-
std::cout << "\x1b[2K";
761-
std::cout << "\x1b[1A" << "\x1b[2K";
762-
std::cout << "\r";
763-
#else
764-
std::cout << "\r\033[K";
765-
#endif
766-
}
767-
768-
769-
770757
void checker(const VM::enum_flags flag, const char* message) {
771758
if (is_unsupported(flag)) {
772759
if (arg_bitset.test(COMPACT)) {

0 commit comments

Comments
 (0)