=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.136 retrieving revision 1.137 diff -c -r1.136 -r1.137 *** src/usr.bin/tmux/tty.c 2012/05/22 14:32:28 1.136 --- src/usr.bin/tmux/tty.c 2012/06/20 12:55:55 1.137 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.136 2012/05/22 14:32:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.137 2012/06/20 12:55:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 668,674 **** struct window_pane *wp = ctx->wp; struct client *c; struct session *s; - struct options *oo; u_int i; /* wp can be NULL if updating the screen but not the terminal. */ --- 668,673 ---- *************** *** 693,699 **** continue; if (c->tty.flags & TTY_FREEZE) continue; - oo = &s->options; ctx->xoff = wp->xoff; ctx->yoff = wp->yoff; --- 692,697 ----