Class: KV::Screen::RenderStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/kv.rb,
lib/kv.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#c_colsObject

Returns the value of attribute c_cols

Returns:

  • (Object)

    the current value of c_cols



21
22
23
# File 'lib/kv.rb', line 21

def c_cols
  @c_cols
end

#c_linesObject

Returns the value of attribute c_lines

Returns:

  • (Object)

    the current value of c_lines



21
22
23
# File 'lib/kv.rb', line 21

def c_lines
  @c_lines
end

#gotoObject

Returns the value of attribute goto

Returns:

  • (Object)

    the current value of goto



21
22
23
# File 'lib/kv.rb', line 21

def goto
  @goto
end

#last_linenoObject

Returns the value of attribute last_lineno

Returns:

  • (Object)

    the current value of last_lineno



21
22
23
# File 'lib/kv.rb', line 21

def last_lineno
  @last_lineno
end

#line_modeObject

Returns the value of attribute line_mode

Returns:

  • (Object)

    the current value of line_mode



21
22
23
# File 'lib/kv.rb', line 21

def line_mode
  @line_mode
end

#searchObject

Returns the value of attribute search

Returns:

  • (Object)

    the current value of search



21
22
23
# File 'lib/kv.rb', line 21

def search
  @search
end

#separation_modeObject

Returns the value of attribute separation_mode

Returns:

  • (Object)

    the current value of separation_mode



21
22
23
# File 'lib/kv.rb', line 21

def separation_mode
  @separation_mode
end

#ts_modeObject

Returns the value of attribute ts_mode

Returns:

  • (Object)

    the current value of ts_mode



21
22
23
# File 'lib/kv.rb', line 21

def ts_mode
  @ts_mode
end

#wrappingObject

Returns the value of attribute wrapping

Returns:

  • (Object)

    the current value of wrapping



21
22
23
# File 'lib/kv.rb', line 21

def wrapping
  @wrapping
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



21
22
23
# File 'lib/kv.rb', line 21

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



21
22
23
# File 'lib/kv.rb', line 21

def y
  @y
end

Instance Method Details

#to_sObject



27
28
29
# File 'lib/kv.rb', line 27

def to_s
  'kv'
end