module TTY
module TTY::Cursor
tty-cursor
0.7.1
# clear_char
def clear_char(n = nil) CSI + "#{n}X" end