TABSIZE()
Returns the number of positions in a tab.
static VALUE curses_tabsize_get(VALUE ojb) { return INT2NUM(TABSIZE); }