module TTY::Cursor

def hide

Other tags:
    Api: - public
def hide
  CSI + DEC_TCEM + DEC_RST
end