Libraries
»
macinbox
(4.1.0)
»
Index (L)
»
Macinbox
»
TTY
»
Line
Module: Macinbox::TTY::Line
Defined in:
lib/macinbox/tty.rb
Constant Summary
collapse
CLEAR =
STDERR
.
isatty
?
"
\r
"
+
%x(
/usr/bin/tput el
)
:
"
"