module TTY::Cursor

def clear_screen_down

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