TTY_NOCURSOR
c->tty.flags |= TTY_NOCURSOR;
c->tty.flags &= ~(TTY_FREEZE|TTY_NOCURSOR);
tflags = tty->flags & (TTY_BLOCK|TTY_FREEZE|TTY_NOCURSOR);
tty->flags = (tty->flags & ~(TTY_BLOCK|TTY_FREEZE))|TTY_NOCURSOR;
tty->flags = (tty->flags & ~TTY_NOCURSOR)|(tflags & TTY_NOCURSOR);
tty->flags = (tty->flags & ~(TTY_BLOCK|TTY_FREEZE|TTY_NOCURSOR))|tflags;
c->tty.flags |= TTY_NOCURSOR;
c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);
c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);
flags = (tty->flags & TTY_NOCURSOR);
tty->flags |= TTY_NOCURSOR;
tty->flags = (tty->flags & ~TTY_NOCURSOR)|flags;
tty->flags &= ~(TTY_NOCURSOR|TTY_FREEZE|TTY_BLOCK|TTY_TIMER);
if (tty->flags & TTY_NOCURSOR)