class NCurses::Window
- NCurses::Window
- Reference
- Object
Defined in:
ncurses.crncurses/window.cr
Constant Summary
-
ATTRIBUTES =
[:normal, :attributes, :chartext, :color, :standout, :underline, :reverse, :blink, :dim, :bold, :altcharset, :invis, :protect, :horizontal, :left, :low, :right, :top, :vertical, :italic]
Constructors
Instance Method Summary
- #attr_off(*attributes)
- #attr_on(*attributes)
- #beginning_dimensions
- #border(ls = '|', rs = '|', ts = '-', bs = '_', tl = '+', tr = '+', bl = '+', br = '+')
- #box(x : Int32, y : Int32) : Int32
- #clear
- #current_color
- #get_char
- #max_dimensions
- #move(x, y)
- #no_delay
- #no_timeout
- #on_input(&)
- #print(message, position = nil)
- #refresh
- #set_color(slot : Int32 | Nil)
- #timeout=(value)
- #to_unsafe : LibNCurses::Window
- #with_attr(*attributes, &)
- #with_color(slot, &)