remove maxx and maxy global variables

The maxx and maxy variables are already global functions defined in
the ncurses library. They are accessible through the getmaxyx macro.
Is it not needed to add two more global variables to our code, let's
use the code ncurses gives to us.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 file changed