-- 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: 41eecdddada665283e62ccf521943f5db32d5e34:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 41eecdddada665283e62ccf521943f5db32d5e34
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Sat May 31 08:33:47 2014 +0000

    Doc fixes.

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

index 77e10f646bb082f4201193bd9494161cccc2b290..

index ..c9f22976ff552edc418d08be2381c134297b9592 100644

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

 =head1 NAME

-searchable-scrollback<hotkey> - incremental scrollback search (enabled by default)
+searchable-scrollback - incremental scrollback search (enabled by default)

 =head1 DESCRIPTION

-Adds regex search functionality to the scrollback buffer, triggered
-by a hotkey (default: C<M-s>). While in search mode, normal terminal
-input/output is suspended and a regex is displayed at the bottom of the
-screen.
+Adds regex search functionality to the scrollback buffer, triggered by
+the C<searchable-scrollback:start> action (bound to C<M-s> by
+default). While in search mode, normal terminal input/output is
+suspended and a regex is displayed at the bottom of the screen.

 Inputting characters appends them to the regex and continues incremental
 search. C<BackSpace> removes a character from the regex, C<Up> and C<Down>
diff --git a/src/perl/selection b/src/perl/selection

index bb28d4ffd01736e479869fcacd6ca0ec37bb048a..

index ..5eebccf7ce55dfa6b40b056788697d61f9671006 100644

--- a/src/perl/selection
+++ b/src/perl/selection
@@ -41,15 +41,17 @@ end):
 You can look at the source of the selection extension to see more
 interesting uses, such as parsing a line from beginning to end.

-This extension also offers following bindable keyboard commands:
+This extension also offers the following actions:

 =over 4

 =item rot13

-Rot-13 the selection when activated. Used via keyboard trigger:
+Rot-13 the selection when activated.

-   URxvt.keysym.C-M-r: perl:selection:rot13
+Example:
+
+   URxvt.keysym.C-M-r: selection:rot13

 =back

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

index 3d92f60a40ba29f630bf7b75a90dcef93c1dab0f..

index ..5b0689aa01a9c2e1fa40e59858a75044f4f7e6f3 100644

--- a/src/perl/selection-pastebin
+++ b/src/perl/selection-pastebin
@@ -7,6 +7,10 @@

 selection-pastebin - automatic pastebin upload

+=head1 EXAMPLES
+
+  URxvt.keysym.C-M-e: selection-pastebin:remote-pastebin
+
 =head1 DESCRIPTION

 This is a little rarely useful extension that uploads the selection as
@@ -14,13 +18,9 @@ textfile to a remote site (or does other things). (The implementation is
 not currently secure for use in a multiuser environment as it writes to
 F</tmp> directly.).

-It listens to the C<selection-pastebin:remote-pastebin> keyboard command,
-i.e.
-
-   URxvt.keysym.C-M-e: perl:selection-pastebin:remote-pastebin
-
-Pressing this combination runs a command with C<%> replaced by the name of
-the textfile. This command can be set via a resource:
+It listens to the C<selection-pastebin:remote-pastebin> action, which,
+when activated, runs a command with C<%> replaced by the name of the
+textfile. This command can be set via a resource:

    URxvt.selection-pastebin.cmd: rsync -apP % ruth:/var/www/www.ta-sa.org/files/txt/.

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

-- Response ended

-- Page fetched on Sun Jun 2 13:06:35 2024