fix copy/paste bug. CID1316546

This commit is contained in:
Boris Faure 2015-09-01 23:44:39 +02:00
parent ede0abb245
commit 22ae02127b
1 changed files with 1 additions and 1 deletions

View File

@ -2849,7 +2849,7 @@ _trim_sel_word(Termio *sd)
((y == pty->selection.end.y) &&
(start >= pty->selection.end.x)))
{
pty->selection.start.y = pty->selection.start.y;
pty->selection.start.y = pty->selection.end.y;
pty->selection.start.x = pty->selection.end.x;
return;
}