*** empty log message ***
authorroot <root>
Sat, 12 Jan 2008 22:13:46 +0000 (22:13 +0000)
committerroot <root>
Sat, 12 Jan 2008 22:13:46 +0000 (22:13 +0000)
src/command.C
src/main.C
src/perl/selection

index a02827a5d8b525442df6182289648ef276580b07..72ce79672b97249f606e3e38a52901210136b46b 100644 (file)
@@ -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 ();
index 406d86bbb2dc6590f0af2504d7a54e5ee72233a9..fac13c93b573157bd75c8714564a156f9f443d60 100644 (file)
@@ -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
index e8a499db5bbea2e9ab862de10f5ecfc5921faa80..33b682952104748d98ddfb121f4e743d0ad8d93a 100644 (file)
@@ -38,10 +38,7 @@ my @mark_patterns = (
    qr{ ([^[:space:]]+) }x,
 
    # common types of "parentheses"
-   qr{ (?<![^[:space:]])  ` ([^‘’]+)  ` (?![^[:space:]]) }x,
-   qr{ (?<![^[:space:]])  ‘ ([^‘’]+)  ’ (?![^[:space:]]) }x,
-   qr{ (?<![^[:space:]])  ` ([^`']+)  ' (?![^[:space:]]) }x,
-
+   qr{ (?<![^[:space:]])  [`'] ([^`']+)  [`'] (?![^[:space:]]) }x,
    qr{ (?<![^[:space:]])  ‘ ([^‘’]+)  ’ (?![^[:space:]]) }x,
    qr{ (?<![^[:space:]])  “ ([^“”]+)  ” (?![^[:space:]]) }x,