module TTY::Cursor

def scroll_down

Other tags:
    Api: - public
def scroll_down
  ESC + 'D'
end