Searched refs:tty_update_mode (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dscreen-redraw.c581 tty_update_mode(&c->tty, c->tty.mode, NULL);
617 tty_update_mode(&c->tty, c->tty.mode, NULL);
H A Dtty.c821 tty_update_mode(struct tty *tty, int mode, struct screen *s) function
1453 tty_update_mode(tty, tty->mode, s);
1605 tty_update_mode(tty, tty->mode, s);
2387 tty_update_mode(tty, MODE_CURSOR, NULL);
H A Dserver-client.c2339 * tty_region/tty_reset/tty_update_mode already take care of not resetting
2431 tty_update_mode(tty, mode, s);
2666 tty_update_mode(tty, mode, NULL);
H A Dtmux.h2364 void tty_update_mode(struct tty *, int, struct screen *);

Completed in 108 milliseconds