=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.185 retrieving revision 1.186 diff -u -r1.185 -r1.186 --- src/usr.bin/tmux/tty.c 2015/07/13 15:51:31 1.185 +++ src/usr.bin/tmux/tty.c 2015/09/02 17:37:54 1.186 @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.185 2015/07/13 15:51:31 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.186 2015/09/02 17:37:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -233,7 +233,6 @@ tty->flags |= TTY_FOCUS; tty_puts(tty, "\033[?1004h"); } - tty_puts(tty, "\033[c"); } tty->cx = UINT_MAX; @@ -251,14 +250,6 @@ tty->mouse_drag_flag = 0; tty->mouse_drag_update = NULL; tty->mouse_drag_release = NULL; -} - -void -tty_set_class(struct tty *tty, u_int class) -{ - if (tty->class != 0) - return; - tty->class = class; } void