-- 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: c8a647101feda3926ecd67c2333af4413623ac06:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit c8a647101feda3926ecd67c2333af4413623ac06
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Thu Jul 5 20:05:19 2012 +0000

    Fix typos.

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

index 6e47a77c7117d10ab5b0770a58c165dec1409e28..

index ..feb2f3646d6a5480b86d9af5c4c0af66ef3ec0fa 100644

--- a/src/perl/background
+++ b/src/perl/background
@@ -76,7 +76,7 @@ which means you could use multiple lines and statements:
    }

 This inner expression is evaluated once per hour (and whenever the
-temrinal window is resized). It sets F<sunday.png> as background on
+terminal window is resized). It sets F<sunday.png> as background on
 Sundays, and F<weekday.png> on all other days.

 Fortunately, we expect that most expressions will be much simpler, with
@@ -121,7 +121,7 @@ width and doubles the image height:
    scale 0.5, 2, load "$HOME/mypic.png"

 IF you try out these expressions, you might suffer from some sluggishness,
-because each time the terminal is resized, it loads the PNG image agin
+because each time the terminal is resized, it loads the PNG image again
 and scales it. Scaling is usually fast (and unavoidable), but loading the
 image can be quite time consuming. This is where C<keep> comes in handy:

@@ -161,7 +161,7 @@ the image seems to be static while the window is moved around.

 =head2 COLOUR SPECIFICATIONS

-Whenever an oprator expects a "colour", then this can be specified in one
+Whenever an operator expects a "colour", then this can be specified in one
 of two ways: Either as string with an X11 colour specification, such as:

    "red"               # named colour
@@ -907,7 +907,7 @@ C<keep> block so it only is reevaluated as required.
 Putting the blur into a C<keep> block will make sure the blur is only done
 once, while the C<rootalign> is still done each time the window moves.

-   rootlign keep { blur 10, root }
+   rootalign keep { blur 10, root }

 This leaves the question of how to force reevaluation of the block,
 in case the root background changes: If expression inside the block

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

-- Response ended

-- Page fetched on Sun Jun 2 10:29:28 2024