module TTY::Cursor

def clear_char(n = nil)

Other tags:
    Api: - public
def clear_char(n = nil)
  CSI + "#{n}X"
end