method
inch
ruby latest stable - Class:
Curses
Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
inch()public
Returns the character at the current position.
static VALUE
curses_inch(VALUE obj)
{
curses_stdscr();
return CH2FIX(inch());
} Related methods
- Class methods
- ESCDELAY
- ESCDELAY=
- TABSIZE
- TABSIZE=
- addch
- addstr
- attroff
- attron
- attrset
- beep
- bkgd
- bkgdset
- can_change_color?
- cbreak
- clear
- close_screen
- closed?
- clrtoeol
- color_content
- color_pair
- color_pairs
- colors
- cols
- crmode
- curs_set
- def_prog_mode
- delch
- deleteln
- doupdate
- echo
- flash
- getch
- getmouse
- getstr
- has_colors?
- inch
- init_color
- init_pair
- init_screen
- insch
- insertln
- keyname
- lines
- mouseinterval
- mousemask
- nl
- nocbreak
- nocrmode
- noecho
- nonl
- noraw
- pair_content
- pair_number
- raw
- refresh
- reset_prog_mode
- resize
- resizeterm
- scrl
- setpos
- setscrreg
- standend
- standout
- start_color
- stdscr
- timeout=
- ungetch
- ungetmouse
- use_default_colors