--- rxvt-unicode/doc/rxvt.7.pod 2004/08/12 20:42:12 1.1 +++ rxvt-unicode/doc/rxvt.7.pod 2004/08/12 22:22:30 1.3 @@ -1,8 +1,4 @@ -=head1 Rxvt Technical Reference - -Marc Lehmann , converted to pod and reworked from the -original Rxvt documentation by Geoff Wing , who in turn used -the XTerm documentation and other sources. +=head1 RXVT TECHNICAL REFERENCE =head1 Definitions @@ -39,7 +35,7 @@ =item B<< C >> Enquiry (Ctrl-E) = Send Device Attributes (DA) -request attributes from terminal == +request attributes from terminal. See B<< C >>. =item B<< C >> @@ -141,7 +137,7 @@ =item B<< C >> -Obsolete form of returns: B<< C >> I +Obsolete form of returns: B<< C >> I =item B<< C >> @@ -300,11 +296,11 @@ =item B<< C >> -== +See B<< C >> =item B<< C >> -==X +See B<< C >> =item B<< C >> @@ -319,7 +315,7 @@ =item B<< C >> -== +See B<< C >> =item B<< C >> @@ -627,8 +623,8 @@ =begin table - B<< C >> Application Keypad (DECPAM) == - B<< C >> Normal Keypad (DECPNM) == + B<< C >> Application Keypad (DECPAM) == C + B<< C >> Normal Keypad (DECPNM) == C<< ESC > >> =end table @@ -731,9 +727,9 @@ B<< C >> Change default background colour to B<< C >> I B<< C >> Set fontset to B<< C >>, with the following special values of B<< C >> (B) B<< C<#+n> >> change up B<< C >> B<< C<#-n> >> change down B<< C >> if B<< C >> is missing of 0, a value of 1 is used I change to font0 B<< C >> change to font B<< C >> B<< C >> Log all scrollback buffer and all of screen to B<< C >> - B<< C >> Change current locale to B<< C >>, or, if B<< C >> is B<< C >>, return the current locale (@@RXVTNAME@@ extension) - B<< C >> find font for character, used for debugging (@@RXVTNAME@@ extension) - B<< C >> command B<< C >> I (@@RXVTNAME@@ extension) + B<< C >> Change current locale to B<< C >>, or, if B<< C >> is B<< C >>, return the current locale (@@RXVT_NAME@@ extension) + B<< C >> find font for character, used for debugging (@@RXVT_NAME@@ extension) + B<< C >> command B<< C >> I (@@RXVT_NAME@@ extension) =end table @@ -1323,20 +1319,6 @@ =back X -=head1 ISO 14755 support - -Partial ISO 14755-support is implemented. that means that pressing - -section 5.1: Control and Shift together enters unicode input -mode. Entering hex digits composes a Unicode character, pressing space or -releasing the modifiers commits the keycode and every other key cancels -the current input character. - -section 5.2: Pressing and immediately releasing Control and Shift together -enters keycap entry mode for the next key: pressing a function key (tab, -return etc..) will enter the unicode character corresponding to the given -key. - =head1 Key Codes Note: B + B-B generates B-B @@ -1410,3 +1392,10 @@ =end table +=head1 AUTHORS + +Marc Lehmann , converted this document to pod and +reworked it from the original Rxvt documentation, which was done by Geoff +Wing , who in turn used the XTerm documentation and other +sources. +