NCurses
Constants
BLACK = 0
Default colors
BLUE = 4
CYAN = 6
ERR = -1
Possible integer result values
GREEN = 2
MAGENTA = 5
NCURSES_ATTR_SHIFT = 8
OK = 0
RED = 1
VERSION = "0.1.0"
WHITE = 7
YELLOW = 3
Instance methods
addstr(str)
Sourcecan_change_color?
Sourcecbreak
Sourceclear
Sourcecolor_pair(n)
Sourcecolor_pairs
Sourcecolors
Sourcecols
Sourcecrmode
Sourcecurs_set(visibility)
Sourceend_win
Sourceflush_input
Sourcehas_colors?
Sourceinit
Sourceinit_color(slot, red, green, blue)
Sourceinit_color_pair(slot, foreground, background)
Sourcelines
Sourcemove(x, y)
Sourcenew_term(terminal, out_io, in_io)
Sourceno_echo
Sourcenocbreak
Sourcenocrmode
Sourceraw
Sourcerefresh
Sourcesetpos(x, y)
Sourcestart_color
Sourcestdscr
Sourceterm=(screen)
Source