module

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)
Source
can_change_color?
Source
cbreak
Source
clear
Source
color_pair(n)
Source
color_pairs
Source
colors
Source
cols
Source
crmode
Source
curs_set(visibility)
Source
end_win
Source
flush_input
Source
has_colors?
Source
init
Source
init_color(slot, red, green, blue)
Source
init_color_pair(slot, foreground, background)
Source
lines
Source
move(x, y)
Source
new_term(terminal, out_io, in_io)
Source
no_echo
Source
nocbreak
Source
nocrmode
Source
refresh
Source
setpos(x, y)
Source
start_color
Source
stdscr
Source
term=(screen)
Source

Nested types