Class: VteOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_boldObject

Returns the value of attribute allow_bold

Returns:

  • (Object)

    the current value of allow_bold



53
54
55
# File 'lib/profile.rb', line 53

def allow_bold
  @allow_bold
end

#audible_bellObject

Returns the value of attribute audible_bell

Returns:

  • (Object)

    the current value of audible_bell



53
54
55
# File 'lib/profile.rb', line 53

def audible_bell
  @audible_bell
end

#backspace_bindingObject

Returns the value of attribute backspace_binding

Returns:

  • (Object)

    the current value of backspace_binding



53
54
55
# File 'lib/profile.rb', line 53

def backspace_binding
  @backspace_binding
end

Returns the value of attribute cursor_blink_mode

Returns:

  • (Object)

    the current value of cursor_blink_mode



53
54
55
# File 'lib/profile.rb', line 53

def cursor_blink_mode
  @cursor_blink_mode
end

#cursor_shapeObject

Returns the value of attribute cursor_shape

Returns:

  • (Object)

    the current value of cursor_shape



53
54
55
# File 'lib/profile.rb', line 53

def cursor_shape
  @cursor_shape
end

#delete_bindingObject

Returns the value of attribute delete_binding

Returns:

  • (Object)

    the current value of delete_binding



53
54
55
# File 'lib/profile.rb', line 53

def delete_binding
  @delete_binding
end

#mouse_autohideObject

Returns the value of attribute mouse_autohide

Returns:

  • (Object)

    the current value of mouse_autohide



53
54
55
# File 'lib/profile.rb', line 53

def mouse_autohide
  @mouse_autohide
end

#rewrap_on_resizeObject

Returns the value of attribute rewrap_on_resize

Returns:

  • (Object)

    the current value of rewrap_on_resize



53
54
55
# File 'lib/profile.rb', line 53

def rewrap_on_resize
  @rewrap_on_resize
end

#scroll_on_keystrokeObject

Returns the value of attribute scroll_on_keystroke

Returns:

  • (Object)

    the current value of scroll_on_keystroke



53
54
55
# File 'lib/profile.rb', line 53

def scroll_on_keystroke
  @scroll_on_keystroke
end

#scroll_on_outputObject

Returns the value of attribute scroll_on_output

Returns:

  • (Object)

    the current value of scroll_on_output



53
54
55
# File 'lib/profile.rb', line 53

def scroll_on_output
  @scroll_on_output
end