=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-copy.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- src/usr.bin/tmux/window-copy.c 2010/09/11 15:39:55 1.63 +++ src/usr.bin/tmux/window-copy.c 2010/12/11 17:56:01 1.64 @@ -1,4 +1,4 @@ -/* $OpenBSD: window-copy.c,v 1.63 2010/09/11 15:39:55 nicm Exp $ */ +/* $OpenBSD: window-copy.c,v 1.64 2010/12/11 17:56:01 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1267,8 +1267,8 @@ /* Cursor is on the left. */ lastex = data->selx + 1; restex = data->selx + 1; - firstsx = data->cx + 1; - restsx = data->cx + 1; + firstsx = data->cx; + restsx = data->cx; } } else { /*