commit | 0a8cc5880b9ba3fa8ef257329017f9d6d81e35b5 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 21 00:57:08 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 21 00:57:08 2011 +0200 |
tree | 28ebe181aa3c73374a5b931b768ec5b101fdde93 | |
parent | c757e6d3e7ab7687610b383f0262b02481ca7fc6 [diff] |
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>