lines()
Returns the number of lines on the screen
static VALUE curses_lines(void) { return INT2FIX(LINES); }