class Crt::Window

Defined in:

crt/window.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(r = -1, c = -1, y = 0, x = 0) #

[View source]

Instance Method Detail

def clear #

[View source]
def col #

[View source]
def getch #

[View source]
def mouseinterval(v : Int32) #

[View source]
def move(y : Int32, x : Int32) #

[View source]
def print(y : Int32, x : Int32, str : String) #

[View source]
def print(str : String) #

[View source]
def puts(str : String) #

[View source]
def refresh #

[View source]
def row #

[View source]
def start_color #

[View source]
def use_default_colors #

[View source]