Class: Tiqbi::View::CommandView

Inherits:
Base
  • Object
show all
Defined in:
lib/tiqbi/view/command_view.rb

Constant Summary

Constants included from Utils

Utils::ENTITY_MAP

Instance Attribute Summary

Attributes inherited from Base

#c_window, #collection, #cursor, #top_statement

Instance Method Summary collapse

Methods inherited from Base

#box!, #br, #change_focus_line, #clear_collection, #cursor_down, #cursor_on_end_of_collection?, #cursor_up, #draw_at, #enhansive_line, #hr, #in_color, #in_pos, #normalize_line, #print, #resize!, #restore_initial_size!, #scroll_down, #scroll_up, #virtual_close

Methods included from Utils

#format_str, #split_str_with_width, #unescape_entity

Constructor Details

#initialize(*args) ⇒ CommandView

Returns a new instance of CommandView.



8
9
10
# File 'lib/tiqbi/view/command_view.rb', line 8

def initialize(*args)
  super(*args)
end