Libraries
»
tp
(0.7.0)
»
Index
»
Screen
»
#hide_cursor
Method: Screen#hide_cursor
Defined in:
lib/screen.rb
#
hide_cursor
⇒
Object
8 9 10
# File 'lib/screen.rb', line 8
def
hide_cursor
print
"
\e[
#{
height
}
;
#{
width
}
H
"
end