module NCurses
Extended Modules
Defined in:
ncurses.crncurses/version.cr
ncurses/window.cr
Constant Summary
-
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 Method Summary
- #addstr(str)
- #can_change_color?
- #cbreak
- #clear
- #color_pair(n)
- #color_pairs
- #colors
- #cols
- #crmode
- #curs_set(visibility)
- #end_win
- #flush_input
- #has_colors?
- #init
- #init_color(slot, red, green, blue)
- #init_color_pair(slot, foreground, background)
- #lines
- #move(x, y)
- #new_term(terminal, out_io, in_io)
- #no_echo
- #nocbreak
- #nocrmode
- #raw
- #refresh
- #setpos(x, y)
- #start_color
- #stdscr
- #term=(screen)