=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.67 retrieving revision 1.68 diff -c -r1.67 -r1.68 *** src/usr.bin/tmux/tty.c 2009/11/05 08:45:08 1.67 --- src/usr.bin/tmux/tty.c 2009/11/05 22:35:28 1.68 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.67 2009/11/05 08:45:08 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.68 2009/11/05 22:35:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 784,790 **** } else { for (i = ctx->ocx; i < screen_size_x(s); i++) tty_putc(tty, ' '); ! for (j = ctx->ocy; j < screen_size_y(s); j++) { tty_cursor_pane(tty, ctx, 0, j); for (i = 0; i < screen_size_x(s); i++) tty_putc(tty, ' '); --- 784,790 ---- } else { for (i = ctx->ocx; i < screen_size_x(s); i++) tty_putc(tty, ' '); ! for (j = ctx->ocy + 1; j < screen_size_y(s); j++) { tty_cursor_pane(tty, ctx, 0, j); for (i = 0; i < screen_size_x(s); i++) tty_putc(tty, ' ');