repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: e443f7d982267f432d782292845505216e2fe9f3: path_to: revision_to:
commit e443f7d982267f432d782292845505216e2fe9f3 Author: Marc LehmannDate: Wed Nov 2 11:56:52 2011 +0000 *** empty log message *** diff --git a/src/screen.C b/src/screen.C
--- a/src/screen.C
+++ b/src/screen.C
@@ -2692,12 +2692,12 @@ rxvt_term::scr_dump (int fd) NOTHROW
void
rxvt_term::selection_check (int check_more) NOTHROW
{
- row_col_t pos;
-
if (!selection.op)
return;
+ row_col_t pos;
pos.row = pos.col = 0;
+
if (!IN_RANGE_EXC (selection.beg.row, top_row, nrow)
|| !IN_RANGE_EXC (selection.mark.row, top_row, nrow)
|| !IN_RANGE_EXC (selection.end.row, top_row, nrow)
-----END OF PAGE-----