repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: becfe18209396a740a3fb58f0f9264a9d7a92328: path_to: revision_to:
commit becfe18209396a740a3fb58f0f9264a9d7a92328 Author: Marc LehmannDate: Tue Jan 3 22:28:07 2006 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -9,10 +9,12 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif
WISH: just for fun, do shade and tint with XRender.
WISH: make builtin character glyphs optional
- - SECURITY FIX: on systems using openpty (most BSDs, not GNU/Linux),
- permissions were not correctly updated on the tty device and
- were left as world-readable and world-writable (likely in original
- rxvt, too), and were not restored properly (same as xterm here).
+ - SECURITY FIX: on systems using openpty, permissions were
+ not correctly updated on the tty device and were left as
+ world-readable and world-writable (likely in original rxvt,
+ too), and were not restored properly (same as xterm here).
+ Affected are only systems using non-unix ptys (such as most
+ BSDs, not GNU/Linux).
- meta8 support was forcefully enabled in most configurations.
restored configurability of this (useless) feature (reported
by Mikachu)
diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
--- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -191,18 +191,19 @@ section of @@RXVT_NAME@@(7). =item B<-fb> I-Compile font-styles: The bold font list to use when bold characters are to +Compile font-styles: The bold font list to use when B characters are to be printed. See resource B for details. =item B<-fi> I -Compile font-styles: The italic font list to use when bold characters are to +Compile font-styles: The italic font list to use when I characters are to be printed. See resource B for details. =item B<-fbi> I -Compile font-styles: The bold italic font list to use when bold characters are to -be printed. See resource B for details. +Compile font-styles: The bold italic font list to use when B<< I >> characters are to be printed. See resource B +for details. =item B<-is>|B<+is>
-----END OF PAGE-----