module TTY::Cursor

def scroll_up

Other tags:
    Api: - public
def scroll_up
  ESC + 'M'
end