module TTY::Cursor

def clear_screen_up

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