Method: Vedeu::Terminal#set_cursor_mode
- Defined in:
- lib/vedeu/terminal/terminal.rb
#set_cursor_mode ⇒ String
Sets the cursor to be visible unless in raw mode, whereby it will be left hidden.
109 110 111 |
# File 'lib/vedeu/terminal/terminal.rb', line 109 def set_cursor_mode output(Vedeu::EscapeSequences::Esc.string('show_cursor')) unless raw_mode? end |