mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
We no longer need the terminal service class, so don't bother asking for it.
This commit is contained in:
9
tty.c
9
tty.c
@ -233,7 +233,6 @@ tty_start_tty(struct tty *tty)
|
||||
tty->flags |= TTY_FOCUS;
|
||||
tty_puts(tty, "\033[?1004h");
|
||||
}
|
||||
tty_puts(tty, "\033[c");
|
||||
}
|
||||
|
||||
tty->cx = UINT_MAX;
|
||||
@ -253,14 +252,6 @@ tty_start_tty(struct tty *tty)
|
||||
tty->mouse_drag_release = NULL;
|
||||
}
|
||||
|
||||
void
|
||||
tty_set_class(struct tty *tty, u_int class)
|
||||
{
|
||||
if (tty->class != 0)
|
||||
return;
|
||||
tty->class = class;
|
||||
}
|
||||
|
||||
void
|
||||
tty_stop_tty(struct tty *tty)
|
||||
{
|
||||
|
Reference in New Issue
Block a user