Searched refs:TTY_FREEZE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dstatus.c517 c->tty.flags |= (TTY_NOCURSOR|TTY_FREEZE);
532 c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);
648 c->tty.flags |= (TTY_NOCURSOR|TTY_FREEZE);
680 c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);
H A Dtty.c274 tty->flags &= ~(TTY_NOCURSOR|TTY_FREEZE|TTY_BLOCK|TTY_TIMER);
1651 if (c->tty.flags & TTY_FREEZE)
H A Dtmux.h1420 #define TTY_FREEZE 0x2 macro

Completed in 395 milliseconds