Libraries
»
macinbox
(3.3.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 )
:
""