projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a2556e
)
*** empty log message ***
author
root
<root>
Sat, 12 Jan 2008 22:13:46 +0000
(22:13 +0000)
committer
root
<root>
Sat, 12 Jan 2008 22:13:46 +0000
(22:13 +0000)
src/command.C
patch
|
blob
|
history
src/main.C
patch
|
blob
|
history
src/perl/selection
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index a02827a5d8b525442df6182289648ef276580b07..72ce79672b97249f606e3e38a52901210136b46b 100644
(file)
--- 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..fac13c93b573157bd75c8714564a156f9f443d60 100644
(file)
--- 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..33b682952104748d98ddfb121f4e743d0ad8d93a 100644
(file)
--- a/
src/perl/selection
+++ b/
src/perl/selection
@@
-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,