class Crt::Window
- Crt::Window
- Reference
- Object
Defined in:
crt/window.crConstructors
Instance Method Summary
- #attribute_off(attr : ColorPair | Attribute)
- #attribute_on(attr : ColorPair | Attribute)
- #border(ls = '│', rs = '│', ts = '─', bs = '─', tl = '┌', tr = '┐', bl = '└', br = '┘')
- #clear
- #col : Int32
- #getch
- #mouseinterval(v : Int32)
- #move(y : Int32, x : Int32)
- #mvhline(y : Int32, x : Int32, ch = '─', n = @col)
- #mvvline(y : Int32, x : Int32, ch = '│', n = @row)
- #mvwin(y : Int32, x : Int32)
- #print(y : Int32, x : Int32, str : String)
- #print(str : String)
- #puts(str : String)
- #refresh
- #row : Int32
- #set_background(pair : ColorPair)
- #start_color
- #use_default_colors