repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 539ae6630405d809f67002b52404d8b32c019683: path_to: revision_to:
commit 539ae6630405d809f67002b52404d8b32c019683 Author: Marc LehmannDate: Sat Jun 2 05:07:12 2007 +0000 *** empty log message *** diff --git a/README.FAQ b/README.FAQ
--- a/README.FAQ
+++ b/README.FAQ
@@ -503,7 +503,7 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
two standard values that can be used for Backspace: "^H" and "^?".
Historically, either value is correct, but rxvt-unicode adopts the
- debian policy of using "^?" when unsure, because it's the one only only
+ debian policy of using "^?" when unsure, because it's the one and only
correct choice :).
Rxvt-unicode tries to inherit the current stty settings and uses the
diff --git a/README.configure b/README.configure
--- a/README.configure
+++ b/README.configure
@@ -1,10 +1,9 @@
CONFIGURE OPTIONS
General hint: if you get compile errors, then likely your configuration
hasn't been tested well. Either try with "--enable-everything" or use
- the ./reconf script as a base for experiments. ./reconf is used by
- myself, so it should generally be a working config. Of course, you
- should always report when a combination doesn't work, so it can be
- fixed. Marc Lehmann .
+ the default configuration (i.e. "--enable-xxx" or "--disable-xxx"). Of
+ course, you should always report when a combination doesn't work, so it
+ can be fixed. Marc Lehmann .
All
@@ -169,7 +168,7 @@ CONFIGURE OPTIONS
settable border widths and borderless switch (-w, -b, -bl)
visual depth selection (-depth)
settable extra linespacing /-lsp)
- iso-14755-2 and -3, and visual feedback
+ iso-14755 5.1 (basic) support
tripleclickwords (-tcw)
settable insecure mode (-insecure)
keysym remapping support
diff --git a/src/perl/xim-onthespot b/src/perl/xim-onthespot
--- a/src/perl/xim-onthespot +++ b/src/perl/xim-onthespot @@ -3,8 +3,8 @@ # # problems with this implementation include # -# - primary, secondary, teriary is NOT different to other hilighting -# - if rend values are missing, they are not interpolated +# - primary, secondary, tertiary are NO different to other hilighting styles +# - if rend values are missing, they are not being interpolated # my $SIZEOF_LONG = length pack "l!", 0;
-----END OF PAGE-----