repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 393779d4e0a394a4c88bd4f5a31b41e28b57ca85:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 393779d4e0a394a4c88bd4f5a31b41e28b57ca85
Author: Marc Lehmann 
Date:   Sat Jan 12 22:13:47 2008 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C
index a02827a5d8b525442df6182289648ef276580b07..
index ..72ce79672b97249f606e3e38a52901210136b46b 100644
--- 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
index 406d86bbb2dc6590f0af2504d7a54e5ee72233a9..
index ..fac13c93b573157bd75c8714564a156f9f443d60 100644
--- 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
index e8a499db5bbea2e9ab862de10f5ecfc5921faa80..
index ..33b682952104748d98ddfb121f4e743d0ad8d93a 100644
--- 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-----