renamed display to output

This commit is contained in:
2024-07-15 16:49:18 -04:00
parent 73cdb88458
commit fb026e36a8
43 changed files with 49 additions and 341 deletions

View File

@ -159,7 +159,7 @@ const char *MSG_NCURSES =
"Move with movement commands, press 'e' to confirm, 'q' to quit.";
const position SEED_POS = {1, 25};
void menu::print(display *out, const unsigned int seed) {
void menu::print(output *out, const unsigned int seed) {
if (enabled_features & FEATURE_EXTRA_STUFF)
out->print_str({0, 0}, NORMAL_SCREEN);
else