-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 31d04c0cede3d4ccfe2c3c3ac55c4db0ed02205d:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 31d04c0cede3d4ccfe2c3c3ac55c4db0ed02205d
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sat May 17 13:38:23 2014 +0000

    X_RESOURCE => RESOURCE

diff --git a/src/perl/background b/src/perl/background

index e0e79c03748a7124699b418f3c06869d78c593c1..

index ..606a957f10f8af373c109b6b76ba643778dd4d20 100644

--- a/src/perl/background
+++ b/src/perl/background
@@ -1,8 +1,8 @@
 #! perl

-#:META:X_RESOURCE:%.expr:string:background expression
-#:META:X_RESOURCE:%.border:boolean:respect the terminal border
-#:META:X_RESOURCE:%.interval:seconds:minimum time between updates
+#:META:RESOURCE:%.expr:string:background expression
+#:META:RESOURCE:%.border:boolean:respect the terminal border
+#:META:RESOURCE:%.interval:seconds:minimum time between updates

 =head1 NAME

diff --git a/src/perl/bell-command b/src/perl/bell-command

index a9a82606690fd6d0e1e78ad728c2afd417258199..

index ..e8e716859d40cd12a3b115ec4ccfc00e035bc208 100644

--- a/src/perl/bell-command
+++ b/src/perl/bell-command
@@ -16,7 +16,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

-#:META:X_RESOURCE:%:string:the shell snippet to execute
+#:META:RESOURCE:%:string:the shell snippet to execute

 =head1 NAME

diff --git a/src/perl/kuake b/src/perl/kuake

index 9ae0f4bc69690d4fac1345b58f76ee559e168e94..

index ..f6557e08eaec2d5fb00e2ea5977f9eeae7127714 100644

--- a/src/perl/kuake
+++ b/src/perl/kuake
@@ -1,6 +1,6 @@
 #! perl

-#:META:X_RESOURCE:%.hotkey:string:activation hotkey keysym
+#:META:RESOURCE:%.hotkey:string:activation hotkey keysym

 =head1 NAME

diff --git a/src/perl/matcher b/src/perl/matcher

index 221631165dbcf9305862570c1412cd1b089c0bf5..

index ..cad5ec3908aef058ca164b04531b6aa0e80a7662 100644

--- a/src/perl/matcher
+++ b/src/perl/matcher
@@ -3,11 +3,11 @@
 # Author: Tim Pope <rxvt-unicodeNOSPAM@tpope.org>
 #         Bob Farrell <robertanthonyfarrell@gmail.com>

-#:META:X_RESOURCE:%.launcher:string:default launcher command
-#:META:X_RESOURCE:%.button:string:the button, yeah
-#:META:X_RESOURCE:%.pattern.:string:extra pattern to match
-#:META:X_RESOURCE:%.launcher.:string:custom launcher for pattern
-#:META:X_RESOURCE:%.rend.:string:custom rednition for pattern
+#:META:RESOURCE:%.launcher:string:default launcher command
+#:META:RESOURCE:%.button:string:the button, yeah
+#:META:RESOURCE:%.pattern.:string:extra pattern to match
+#:META:RESOURCE:%.launcher.:string:custom launcher for pattern
+#:META:RESOURCE:%.rend.:string:custom rednition for pattern

 =head1 NAME

diff --git a/src/perl/remote-clipboard b/src/perl/remote-clipboard

index 5b5238fbab12ff1e78d2e31262c4b4b08f60b75f..

index ..3f27c2c89477acedb61ad9df5bacec46e456ae86 100644

--- a/src/perl/remote-clipboard
+++ b/src/perl/remote-clipboard
@@ -1,7 +1,7 @@
 #! perl

-#:META:X_RESOURCE:%.store:string:the command used to store the selection
-#:META:X_RESOURCE:%.fetch:string:the command used to fetch the selection
+#:META:RESOURCE:%.store:string:the command used to store the selection
+#:META:RESOURCE:%.fetch:string:the command used to fetch the selection

 =head1 NAME

diff --git a/src/perl/searchable-scrollback b/src/perl/searchable-scrollback

index eb827556f8980a97e012cb8f83c648433c205cdd..

index ..9c4fa7b05b3def8ff6cdab2d7cd77c0d0b5c2b62 100644

--- a/src/perl/searchable-scrollback
+++ b/src/perl/searchable-scrollback
@@ -2,7 +2,7 @@

 # this extension implements scrollback buffer search

-#:META:X_RESOURCE:%:string:activation hotkey keysym
+#:META:RESOURCE:%:string:activation hotkey keysym
 #:META:KEYSYM:M-s:searchable-scrollback:start

 =head1 NAME
diff --git a/src/perl/selection b/src/perl/selection

index c10c26cdf57e6801fe43c0131b82d2086c299a04..

index ..fc54900180e0bc899d11b58709a6fdfb9e5bd29b 100644

--- a/src/perl/selection
+++ b/src/perl/selection
@@ -1,6 +1,6 @@
 #! perl

-#:META:X_RESOURCE:%.pattern-0:string:first selection pattern
+#:META:RESOURCE:%.pattern-0:string:first selection pattern

 =head1 NAME

diff --git a/src/perl/selection-autotransform b/src/perl/selection-autotransform

index 9f71f60f31239acb961204ee1813081a10d2c15b..

index ..ef522e58766f285e3341ee0a948a93955c520725 100644

--- a/src/perl/selection-autotransform
+++ b/src/perl/selection-autotransform
@@ -1,6 +1,6 @@
 #! perl

-#:META:X_RESOURCE:%.:string:autotransform expression
+#:META:RESOURCE:%.:string:autotransform expression

 =head1 NAME

diff --git a/src/perl/selection-pastebin b/src/perl/selection-pastebin

index c174cb479f113ac54ed35d48a9f4ca9e45e51e08..

index ..f03fdc3516f97b00599d43a759ae1c1025fd137f 100644

--- a/src/perl/selection-pastebin
+++ b/src/perl/selection-pastebin
@@ -1,7 +1,7 @@
 #! perl

-#:META:X_RESOURCE:%.cmd:string:the command to run create a new pastebin
-#:META:X_RESOURCE:%.url:string:the url template for new pastebins
+#:META:RESOURCE:%.cmd:string:the command to run create a new pastebin
+#:META:RESOURCE:%.url:string:the url template for new pastebins

 =head1 NAME

diff --git a/src/perl/selection-popup b/src/perl/selection-popup

index af7a0f19ad3111558035dc3b8c7d8125062efce1..

index ..386b25659eb7e9d353a4d6eb917faf402bb273c3 100644

--- a/src/perl/selection-popup
+++ b/src/perl/selection-popup
@@ -1,6 +1,6 @@
 #! perl

-#:META:X_RESOURCE:url-launcher:string:shell command to use
+#:META:RESOURCE:url-launcher:string:shell command to use

 =head1 NAME

diff --git a/src/perl/tabbed b/src/perl/tabbed

index 82937ec3bf3706202b97ebbcea5ea5b3dd6cf117..

index ..e9ad415e99ea9bfd768100a9fecf34cbc5c59e09 100644

--- a/src/perl/tabbed
+++ b/src/perl/tabbed
@@ -1,9 +1,9 @@
 #! perl

-#:META:X_RESOURCE:tabbar-fg:colour:tab bar foreground colour
-#:META:X_RESOURCE:tabbar-bg:colour:tab bar background colour
-#:META:X_RESOURCE:tab-fg:colour:tab foreground colour
-#:META:X_RESOURCE:tab-bg:colour:tab background colour
+#:META:RESOURCE:tabbar-fg:colour:tab bar foreground colour
+#:META:RESOURCE:tabbar-bg:colour:tab bar background colour
+#:META:RESOURCE:tab-fg:colour:tab foreground colour
+#:META:RESOURCE:tab-bg:colour:tab background colour

 =head1 NAME

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 09:32:40 2024