initial draw
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user