Class: VteOptions
- Inherits:
-
Struct
- Object
- Struct
- VteOptions
- Defined in:
- lib/profile.rb
Instance Attribute Summary collapse
-
#allow_bold ⇒ Object
Returns the value of attribute allow_bold.
-
#audible_bell ⇒ Object
Returns the value of attribute audible_bell.
-
#backspace_binding ⇒ Object
Returns the value of attribute backspace_binding.
-
#cursor_blink_mode ⇒ Object
Returns the value of attribute cursor_blink_mode.
-
#cursor_shape ⇒ Object
Returns the value of attribute cursor_shape.
-
#delete_binding ⇒ Object
Returns the value of attribute delete_binding.
-
#mouse_autohide ⇒ Object
Returns the value of attribute mouse_autohide.
-
#rewrap_on_resize ⇒ Object
Returns the value of attribute rewrap_on_resize.
-
#scroll_on_keystroke ⇒ Object
Returns the value of attribute scroll_on_keystroke.
-
#scroll_on_output ⇒ Object
Returns the value of attribute scroll_on_output.
Instance Attribute Details
#allow_bold ⇒ Object
Returns the value of attribute allow_bold
53 54 55 |
# File 'lib/profile.rb', line 53 def allow_bold @allow_bold end |
#audible_bell ⇒ Object
Returns the value of attribute audible_bell
53 54 55 |
# File 'lib/profile.rb', line 53 def audible_bell @audible_bell end |
#backspace_binding ⇒ Object
Returns the value of attribute backspace_binding
53 54 55 |
# File 'lib/profile.rb', line 53 def backspace_binding @backspace_binding end |
#cursor_blink_mode ⇒ Object
Returns the value of attribute cursor_blink_mode
53 54 55 |
# File 'lib/profile.rb', line 53 def cursor_blink_mode @cursor_blink_mode end |
#cursor_shape ⇒ Object
Returns the value of attribute cursor_shape
53 54 55 |
# File 'lib/profile.rb', line 53 def cursor_shape @cursor_shape end |
#delete_binding ⇒ Object
Returns the value of attribute delete_binding
53 54 55 |
# File 'lib/profile.rb', line 53 def delete_binding @delete_binding end |
#mouse_autohide ⇒ Object
Returns the value of attribute mouse_autohide
53 54 55 |
# File 'lib/profile.rb', line 53 def mouse_autohide @mouse_autohide end |
#rewrap_on_resize ⇒ Object
Returns the value of attribute rewrap_on_resize
53 54 55 |
# File 'lib/profile.rb', line 53 def rewrap_on_resize @rewrap_on_resize end |
#scroll_on_keystroke ⇒ Object
Returns the value of attribute scroll_on_keystroke
53 54 55 |
# File 'lib/profile.rb', line 53 def scroll_on_keystroke @scroll_on_keystroke end |
#scroll_on_output ⇒ Object
Returns the value of attribute scroll_on_output
53 54 55 |
# File 'lib/profile.rb', line 53 def scroll_on_output @scroll_on_output end |