module NCurses::RawWindow
Direct including types
Defined in:
ncurses/raw_window.crInstance Method Summary
- #addch(ch : Char, attr : Attribute)
- #addch(ch : Char)
- #addstr(s)
- #attroff(attr : Attribute)
- #attron(attr : Attribute)
- #attron(attr : Attribute, &)
- #attrset(attr : Attribute)
- #bkgd(cpair : ColorPair)
- #border(left = 0, right = 0, top = 0, bottom = 0, top_left = 0, top_right = 0, bottom_left = 0, bottom_right = 0)
- #box(v, h)
- #erase
- #getch
- #hline(ch, n)
- #keypad(enable)
- #maxx
- #maxy
- #maxyx
- #move(y, x)
- #mvaddch(ch : Char, attr : Attribute, y, x)
- #mvaddch(ch : Char, y, x)
- #mvaddstr(s, y, x)
- #mvhline(ch, n, y, x)
- #mvvline(ch, n, y, x)
- #nodelay(enable : Bool)
- #notimeout(enable : Bool)
- #touch
- #vline(ch, n)
Instance Method Detail
def border(left = 0, right = 0, top = 0, bottom = 0, top_left = 0, top_right = 0, bottom_left = 0, bottom_right = 0)
#