Editor::Screen class of PicoRuby

Singleton methods

new

Editor::Screen.new-> void

Instance methods

calculate_visual_cursor

instance.calculate_visual_cursor-> void

load_file_into_buffer

instance.load_file_into_buffer(untyped filepath) -> bool

refresh

instance.refresh-> void

refresh_cursor

instance.refresh_cursor() { (self) -> void } -> void
instance.refresh_footer() { (self) -> void } -> void

save_file_from_buffer

instance.save_file_from_buffer(untyped filepath) -> String

show_cursor

instance.show_cursor-> untyped

start

instance.start() { (self, Editor::Buffer, Integer) -> void }  -> void

Attr accessors

instance.footer_height -> Integer

quit_by_ctrl_c (accessor)

instance.quit_by_ctrl_c -> bool
Tags: class