class

FFF::Terminal

Inherits Reference < Object

Terminal wrapper using crystal-term shards

Constructors

Instance methods

ask(message : String) : String
Source
clear
Source
confirm_inline(message : String) : Bool
Source
enter_tui
Source
height
Source
keypress(message : String)
Source
leave_tui
Source
max_items
Source
move_to(row : Int32, col : Int32)
Source
prompt
Source
prompt_inline(message : String, default : String | Nil = nil) : String | Nil

TUI içi inline text prompt — TUI'dan çıkmadan en altına soru çizer, kullanıcı girdisini alır, Enter/Esc ile sonlandırır. default: kullanıcı boş geçerse döndürülecek değer

Source
read_keypress
Source
reader
Source
refresh_size
Source
reset_scroll_region
Source
set_scroll_region
Source
update_window_title(path : String = "")
Source
width
Source