Class: Reline::LineEditor::RenderedScreen

Inherits:
Struct
  • Object
show all
Defined in:
lib/reline/line_editor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_yObject

Returns the value of attribute base_y

Returns:

  • (Object)

    the current value of base_y



45
46
47
# File 'lib/reline/line_editor.rb', line 45

def base_y
  @base_y
end

#cursor_yObject

Returns the value of attribute cursor_y

Returns:

  • (Object)

    the current value of cursor_y



45
46
47
# File 'lib/reline/line_editor.rb', line 45

def cursor_y
  @cursor_y
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



45
46
47
# File 'lib/reline/line_editor.rb', line 45

def lines
  @lines
end