I set a ncurses window size 26, 60, 1, 1.
w = newwin( 26, 60, 1, 1 );
Set borders.
box(w, 0, 0);
When the program is executed, if t