repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 75ac1113c8a3d488fdae8f22be9f68f22eb7ff32: path_to: revision_to:
commit 75ac1113c8a3d488fdae8f22be9f68f22eb7ff32 Author: Marc LehmannDate: Sun Jun 10 17:39:54 2012 +0000 *** empty log message *** diff --git a/src/perl/bell-command b/src/perl/bell-command
--- a/src/perl/bell-command
+++ b/src/perl/bell-command
@@ -22,7 +22,7 @@
bell-command - execute a command when the bell rings
-=head1 DESCRPTION
+=head1 DESCRIPTION
Runs the command specified by the C resource when
a bell event occurs. For example, the following pops up a notification
diff --git a/src/perl/block-graphics-to-ascii b/src/perl/block-graphics-to-ascii
--- a/src/perl/block-graphics-to-ascii
+++ b/src/perl/block-graphics-to-ascii
@@ -4,7 +4,7 @@
block-graphics-to-ascii - map block graphics to ascii characters
-=head1 DESCRPTION
+=head1 DESCRIPTION
A not very useful example of filtering all text output to the terminal
by replacing all line-drawing characters (U+2500 .. U+259F) by a
diff --git a/src/perl/confirm-paste b/src/perl/confirm-paste
--- a/src/perl/confirm-paste
+++ b/src/perl/confirm-paste
@@ -4,7 +4,7 @@
confirm-paste - ask for confirmation before pasting multiline text
-=head1 DESCRPTION
+=head1 DESCRIPTION
Displays a confirmation dialog when a paste containing at least a full
line is detected.
diff --git a/src/perl/digital-clock b/src/perl/digital-clock
--- a/src/perl/digital-clock
+++ b/src/perl/digital-clock
@@ -4,7 +4,7 @@
digital-clock - display a digital clock overlay
-=head1 DESCRPTION
+=head1 DESCRIPTION
Displays a digital clock using the built-in overlay.
diff --git a/src/perl/example-refresh-hooks b/src/perl/example-refresh-hooks
--- a/src/perl/example-refresh-hooks
+++ b/src/perl/example-refresh-hooks
@@ -4,7 +4,7 @@
example-refresh-hooks - example of how to use refresh hooks
-=head1 DESCRPTION
+=head1 DESCRIPTION
Displays a very simple digital clock in the upper right corner of the
window. Illustrates overwriting the refresh callbacks to create your own
diff --git a/src/perl/macosx-clipboard b/src/perl/macosx-clipboard
--- a/src/perl/macosx-clipboard
+++ b/src/perl/macosx-clipboard
@@ -27,7 +27,7 @@
macosx-clipboard and macosx-clipboard-native
-=head1 DESCRPTION
+=head1 DESCRIPTION
These two modules implement an extended clipboard for Mac OS X. They are
used like this:
diff --git a/src/perl/matcher b/src/perl/matcher
--- a/src/perl/matcher +++ b/src/perl/matcher @@ -13,7 +13,7 @@ matcher - match strings in terminal output and change their rendition -=head1 DESCRPTION +=head1 DESCRIPTION Uses per-line display filtering (C) to underline text matching a certain pattern and make it clickable. When clicked with the diff --git a/src/perl/overlay-osc b/src/perl/overlay-osc
--- a/src/perl/overlay-osc
+++ b/src/perl/overlay-osc
@@ -4,7 +4,7 @@
overlay-osc - implement OSC to manage overlays
-=head1 DESCRPTION
+=head1 DESCRIPTION
This extension implements some OSC commands to display timed popups on the
screen - useful for status displays from within scripts. You have to read
diff --git a/src/perl/remote-clipboard b/src/perl/remote-clipboard
--- a/src/perl/remote-clipboard
+++ b/src/perl/remote-clipboard
@@ -7,7 +7,7 @@
remote-clipboard - manage a shared and possibly rmeote clipboard
-=head1 DESCRPTION
+=head1 DESCRIPTION
Somewhat of a misnomer, this extension adds two menu entries to the
selection popup that allows one to run external commands to store the
diff --git a/src/perl/selection-pastebin b/src/perl/selection-pastebin
--- a/src/perl/selection-pastebin
+++ b/src/perl/selection-pastebin
@@ -7,7 +7,7 @@
selection-pastebin - automatic pastebin upload
-=head1 DESCRPTION
+=head1 DESCRIPTION
This is a little rarely useful extension that uploads the selection as
textfile to a remote site (or does other things). (The implementation is
-----END OF PAGE-----