cols()
Returns the number of columns on the screen
static VALUE curses_cols(void) { return INT2FIX(COLS); }