module TTY::Cursor

def clear_screen

Other tags:
    Api: - public
def clear_screen
  CSI + '2J'
end