Libraries
»
macinbox
(4.1.0)
»
Index (C)
»
Macinbox
»
TTY
»
Cursor
Module: Macinbox::TTY::Cursor
Defined in:
lib/macinbox/tty.rb
Constant Summary
collapse
INVISIBLE =
%x(
/usr/bin/tput civis
)
NORMAL =
%x(
/usr/bin/tput cnorm
)