repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 393779d4e0a394a4c88bd4f5a31b41e28b57ca85: path_to: revision_to:
commit 393779d4e0a394a4c88bd4f5a31b41e28b57ca85 Author: Marc LehmannDate: Sat Jan 12 22:13:47 2008 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -1081,7 +1081,7 @@ rxvt_term::text_blink_cb (ev::timer &w, int revents)
{
hidden_text = !hidden_text;
want_refresh = 1;
- refresh_check ();
+ refresh_check ();
}
else
w.stop ();
diff --git a/src/main.C b/src/main.C
--- a/src/main.C +++ b/src/main.C @@ -583,6 +583,8 @@ rxvt_term::init (int argc, const char *const *argv, stringvec *envv) XMapWindow (dpy, vt); XMapWindow (dpy, parent[0]); + + refresh_check (); } static struct sig_handlers diff --git a/src/perl/selection b/src/perl/selection
--- a/src/perl/selection
+++ b/src/perl/selection
@@ -38,10 +38,7 @@ my @mark_patterns = (
qr{ ([^[:space:]]+) }x,
# common types of "parentheses"
- qr{ (?
-----END OF PAGE-----