class Cantrip::Window

Defined in:

ncurses.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lines : Int32, columns : Int32, y : Int32, x : Int32) #

[View source]
def self.new(window : Pointer(LibCurses::Window)) #

[View source]

Instance Method Detail

def addch(character : Int32) #

[View source]
def getch #

[View source]
def save(filename : String) #

[View source]
def to_unsafe : Pointer(LibCurses::Window) #

[View source]