class TUI::Backend::NCurses

Defined in:

tui/backend/ncurses.cr

Constant Summary

ERR = -1
OK = 0

Instance Method Summary

Instance methods inherited from class TUI::Backend

clear : self clear, draw(cell : TUI::Cell, x : Int32, y : Int32) : self draw, height : Int32 height, paint(painter : TUI::Painter) paint, poll : TUI::Event poll, refresh : self refresh, start : self start, started : Bool started, stop : self stop, title=(str : String) title=, width : Int32 width

Constructor methods inherited from class TUI::Backend

new new

Instance Method Detail

def clear : self #

[View source]
def draw(cell : TUI::Cell, x : Int32, y : Int32) : self #

[View source]
def height : Int32 #

[View source]
def refresh : self #

[View source]
def start : self #

[View source]
def stop : self #

[View source]
def width : Int32 #

[View source]