drop array

This commit is contained in:
vrd
2023-01-02 20:24:17 +02:00
parent 6cbe64f927
commit 2ec892755f
7 changed files with 116 additions and 283 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ void Person::print()const
getch(); /* waint press */
werase(info_tab);
wrefresh(info_tab);
wrefresh(info_tab); /* todo: dont update */
delwin(info_tab);
/* cout << name_ << '\n'; */