=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/window-choose.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/tmux/Attic/window-choose.c 2013/03/22 10:31:22 1.39 --- src/usr.bin/tmux/Attic/window-choose.c 2013/03/22 10:38:33 1.40 *************** *** 1,4 **** ! /* $OpenBSD: window-choose.c,v 1.39 2013/03/22 10:31:22 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-choose.c,v 1.40 2013/03/22 10:38:33 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 753,759 **** (item->wcd->type & TREE_SESSION) ? (item->state & TREE_EXPANDED ? "-" : "+") : "", item->name); } ! while (s->cx < screen_size_x(s)) screen_write_putc(ctx, &gc, ' '); if (data->input_type != WINDOW_CHOOSE_NORMAL) { --- 753,759 ---- (item->wcd->type & TREE_SESSION) ? (item->state & TREE_EXPANDED ? "-" : "+") : "", item->name); } ! while (s->cx < screen_size_x(s) - 1) screen_write_putc(ctx, &gc, ' '); if (data->input_type != WINDOW_CHOOSE_NORMAL) {