nc print person
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ void Person::print()const
|
||||
waddstr(info_tab, "Death: ");
|
||||
death_.print();
|
||||
|
||||
mvaddstr(LINES-1, 0, "Press any key to return.");
|
||||
mvwaddstr(info_tab, LINES-1, 0, "Press any key to return.");
|
||||
|
||||
wrefresh(info_tab);
|
||||
getch(); /* waint press */
|
||||
|
||||
Reference in New Issue
Block a user