DUMB: support tex fonts
TODO: kill arabic presentation form table
-TODO: bug ayin to document possible configure options?
+TODO: iso14755 code interacts badly with popup grabs
7.2 Sun Jan 22 21:58:16 CET 2006
- bugfix: urxvt (not urxvtd) did not correctly handle multiple
# this creates a simple digital clock
-sub on_init {
+sub on_start {
my ($self) = @_;
$self->{overlay} = $self->overlay (-1, 0, 8, 1, urxvt::OVERLAY_RSTYLE, 0);
my ($self) = @_;
for (my $idx = 0; defined (my $res = $self->x_resource ("selection.pattern-$idx")); $idx++) {
- no re 'eval'; # just to be sure
$res = $self->locale_decode ($res);
utf8::encode $res;
push @{ $self->{patterns} }, qr/$res/;
()
}
-# "find interetsing things"-patterns
+# "find interesting things"-patterns
my @mark_patterns = (
# common types of "parentheses"
qr{ (?<![^[:space:]]) ‘ ([^‘’]+) ’ (?![^[:space]]) }x,
)}x,
# shell-like argument quoting, basically always matches
- qr{\G [\ \t|&;<>()] *(
+ qr{\G [\ \t|&;<>()]* (
(?:
[^\\"'\ \t|&;<>()]+
| \\.
my $msg = "uploaded as $filename";
- if (open my $o, ">", $tmpfile) {
+ if (open my $o, ">:utf-8", $tmpfile) {
chmod 0644, $tmpfile;
print $o $txt;
close $o;