Method: IO.show
- Defined in:
- lib/term/cursor.rb
.show ⇒ Term
make cursor visible.
42 43 44 45 |
# File 'lib/term/cursor.rb', line 42 def self.show print "\e[?25h" self end |
make cursor visible.
42 43 44 45 |
# File 'lib/term/cursor.rb', line 42 def self.show print "\e[?25h" self end |