Terminal::Base class of PicoRuby

Singleton methods

new

Terminal::Base.new-> void

Instance methods

clear

instance.clear-> untyped

debug

instance.debug(untyped text) -> Integer?

home

instance.home-> untyped

next_head

instance.next_head-> untyped

physical_line_count

instance.physical_line_count-> Integer

system

instance.system(untyped command) -> Integer

Attr accessors

width (reader)

instance.width -> Integer

height (reader)

instance.height -> Integer

debug_tty (accessor)

instance.debug_tty -> String?
Tags: