initial draw

This commit is contained in:
vrd
2022-12-18 00:35:01 +02:00
parent 0da0f98dc9
commit 5e9d2d8501
4 changed files with 43 additions and 11 deletions
+2 -1
View File
@@ -8,10 +8,11 @@ using std::cout;
int main()
{
setlocale(LC_ALL, "");
initscr(); /* Start curses mode */
noecho();
cbreak(); /* get input instantly */
refresh(); /* if not present the first real refresh is missed */
wnoutrefresh(stdscr); /* if not present the first real refresh is missed */
/*Tree test1("Dechkovi"); //addTree Dechkovi addTree Karamanovi load 0 load 1 (to work with these example trees)
Tree test2("Karamanovi");