Method: Curses::Menu#fore
- Defined in:
- ext/curses/curses.c
#fore ⇒ Object
call-seq:
fore
Sets the foreground attribute of menu. This is the highlight used for selected menu items.
3703 3704 3705 3706 3707 3708 3709 3710 3711 |
# File 'ext/curses/curses.c', line 3703 static VALUE (VALUE obj) { struct *; GetMENU(obj, ); return CHTYPE2NUM((->)); } |