Skip to content

Commit

Permalink
Also lower bound numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
FLAK-ZOSO committed Jun 20, 2023
1 parent fdc738a commit e26cade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fullkning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,14 @@ int main(int argc, char* argv[]) {
path += ".level";
fillFromLevelFile(path);
field_.print('&');
cursor.set(2, 2);
ANSI::Settings(
ANSI::ForegroundColor::F_WHITE,
ANSI::BackgroundColor::B_BLACK,
ANSI::Attribute::REVERSE
).apply();
cursor.set(2, 2);
std::cout << "0123456789" << std::flush;
cursor.set(2 + HEIGHT + 1, 2);
std::cout << "0123456789" << std::flush;
ANSI::reset();
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
Expand Down
Binary file modified fullkning.exe
Binary file not shown.

0 comments on commit e26cade

Please sign in to comment.