struct

FFF::DrawState

Inherits Struct < Value < Object

Constructors

new(scroll : Int32 = 0, page_offset : Int32 = 0, list : Array(String) = [] of String, marked : Set(String) = Set(String).new, search_mode : Bool = false, search_term : String = "", rename_mode : Bool = false, rename_new_name : String = "", prev_scroll : Int32 = -1, prev_page_offset : Int32 = -1, current_dir : String = "", clipboard_mode : Symbol = :none, clipboard_size : Int32 = 0, clipboard_items : Array(String) = [] of String, message : Message | Nil = nil, loading : Bool = false, full : Bool = false, sort_mode : Symbol = :name, sort_reverse : Bool = false, show_help : Bool = false, git_branch : String = "", git_status : String = "", cursor_pos : Int32 = 0, total_size : Int64 = 0_i64, hidden_count : Int32 = 0, stat_cache : Hash(String, File::Info) = Hash(String, File::Info).new, lstat_cache : Hash(String, File::Info) = Hash(String, File::Info).new, favorites : Hash(String, String) = Hash(String, String).new, match_count : Int32 = -1, preview_path : String | Nil = nil)
Source

Instance methods

clipboard_items
Source
clipboard_mode
Source
clipboard_size
Source
current_dir
Source
cursor_pos
Source
favorites
Source
full
Source
git_branch
Source
git_status
Source
hidden_count
Source
list
Source
loading
Source
lstat_cache
Source
marked
Source
match_count
Source
message
Source
page_offset
Source
prev_page_offset
Source
prev_scroll
Source
preview_path
Source
rename_mode
Source
rename_new_name
Source
scroll
Source
search_mode
Source
search_term
Source
show_help
Source
sort_mode
Source
sort_reverse
Source
stat_cache
Source
total_size
Source