*** empty log message ***
authorroot <root>
Sat, 28 Jan 2006 22:16:58 +0000 (22:16 +0000)
committerroot <root>
Sat, 28 Jan 2006 22:16:58 +0000 (22:16 +0000)
Changes
README.FAQ
doc/rxvt.7.html
doc/rxvt.7.man.in
doc/rxvt.7.txt

diff --git a/Changes b/Changes
index 785673c2ad6d20de2cae99c3ba9868a3a152ae9d..f4d0ab6c1a0f53f845d971d143a12e8a30730b90 100644 (file)
--- a/Changes
+++ b/Changes
@@ -12,9 +12,9 @@ WISH: just for fun, do shade and tint with XRender.
 WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
 DUMB: support tex fonts
 
-       - SYNCCVS: updated to rxvt-cvs 2006-01-28, no relevant changes.
+       - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
         - fix version report (DA) (which was unfortunately broken).
-        - changed version number report again, now to emulate xterm better.
+        - changed version number report again, now to emulate xterm closer.
         - added the OSC sequence 702 to detect the urxvt version number.
         - small configure updates.
 
index c43ab29efbed583df3afa75ce4236d1116bba197..52431b631f9cb1c72cf29dd0fd600cc540fff521 100644 (file)
@@ -115,12 +115,20 @@ FREQUENTLY ASKED QUESTIONS
         statically), except maybe libX11 :)
 
     Does it support tabs, can I have a tabbed rxvt-unicode?
-        rxvt-unicode does not directly support tabs. It will work fine with
-        tabbing functionality of many window managers or similar tabbing
-        programs, and its embedding-features allow it to be embedded into
-        other programs, as witnessed by doc/rxvt-tabbed or the upcoming
-        "Gtk2::URxvt" perl module, which features a tabbed urxvt (murxvt)
-        terminal as an example embedding application.
+        Beginning with version 7.3, there is a perl extension that
+        implements a simple tabbed terminal. It is installed by default, so
+        any of these should give you tabs:
+
+           rxvt -pe tabbed
+
+           URxvt.perl-ext-common: default,tabbed
+
+        It will also work fine with tabbing functionality of many window
+        managers or similar tabbing programs, and its embedding-features
+        allow it to be embedded into other programs, as witnessed by
+        doc/rxvt-tabbed or the upcoming "Gtk2::URxvt" perl module, which
+        features a tabbed urxvt (murxvt) terminal as an example embedding
+        application.
 
     How do I know which rxvt-unicode version I'm using?
         The version number is displayed with the usage (-h). Also the escape
index 95b8804fdd69e45f8d1bbe3f3b349e6da60425fb..c9f301dd99746c3eb817d3e9db95d22438f841f6 100644 (file)
@@ -220,12 +220,24 @@ except maybe libX11 :)</p>
 <dt><strong><a name="item_does_it_support_tabs_2c_can_i_have_a_tabbed_rxvt_2">Does it support tabs, can I have a tabbed rxvt-unicode?</a></strong><br />
 </dt>
 <dd>
-rxvt-unicode does not directly support tabs. It will work fine with
-tabbing functionality of many window managers or similar tabbing programs,
-and its embedding-features allow it to be embedded into other programs,
-as witnessed by <em>doc/rxvt-tabbed</em> or the upcoming <code>Gtk2::URxvt</code> perl
-module, which features a tabbed urxvt (murxvt) terminal as an example
-embedding application.
+Beginning with version 7.3, there is a perl extension that implements a
+simple tabbed terminal. It is installed by default, so any of these should
+give you tabs:
+</dd>
+<dd>
+<pre>
+   rxvt -pe tabbed</pre>
+</dd>
+<dd>
+<pre>
+   URxvt.perl-ext-common: default,tabbed</pre>
+</dd>
+<dd>
+<p>It will also work fine with tabbing functionality of many window managers
+or similar tabbing programs, and its embedding-features allow it to be
+embedded into other programs, as witnessed by <em>doc/rxvt-tabbed</em> or
+the upcoming <code>Gtk2::URxvt</code> perl module, which features a tabbed urxvt
+(murxvt) terminal as an example embedding application.</p>
 </dd>
 <p></p>
 <dt><strong><a name="item_how_do_i_know_which_rxvt_2dunicode_version_i_27m_u">How do I know which rxvt-unicode version I'm using?</a></strong><br />
@@ -1957,6 +1969,7 @@ Set XTerm Parameters. 8-bit ST: 0x9c, 7-bit ST sequence: ESC \ (0x1b,
 <tr><td>Ps = 50</td><td>Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n</td></tr>
 <tr><td>Ps = 55</td><td>Log all scrollback buffer and all of screen to Pt</td></tr>
 <tr><td>Ps = 701</td><td>Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills).</td></tr>
+<tr><td>Ps = 702</td><td>Request version if Pt is ?, returning rxvt-unicode, the resource name, the major and minor version numbers, e.g. ESC ] 702 ; rxvt-unicode ; urxvt ; 7 ; 4 ST.</td></tr>
 <tr><td>Ps = 704</td><td>Change colour of italic characters to Pt</td></tr>
 <tr><td>Ps = 705</td><td>Change background pixmap tint colour to Pt (Compile transparency).</td></tr>
 <tr><td>Ps = 706</td><td>Change colour of bold characters to Pt</td></tr>
index be2f2ec35c6c8585303fb3c3ae8766b96a93d547..ea20c368e762aa6f37cb018a7806cc5bd1b7beca 100644 (file)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
 .\"
 .\" Standard preamble:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .IX Title "rxvt 7"
-.TH rxvt 7 "2006-01-26" "7.3a" "RXVT-UNICODE"
+.TH rxvt 7 "2006-01-28" "7.4" "RXVT-UNICODE"
 .SH "NAME"
 RXVT REFERENCE \- FAQ, command sequences and other background information
 .SH "SYNOPSIS"
@@ -286,12 +286,23 @@ No large bloated libraries (of course, none were linked in statically),
 except maybe libX11 :)
 .IP "Does it support tabs, can I have a tabbed rxvt\-unicode?" 4
 .IX Item "Does it support tabs, can I have a tabbed rxvt-unicode?"
-rxvt-unicode does not directly support tabs. It will work fine with
-tabbing functionality of many window managers or similar tabbing programs,
-and its embedding-features allow it to be embedded into other programs,
-as witnessed by \fIdoc/rxvt\-tabbed\fR or the upcoming \f(CW\*(C`Gtk2::URxvt\*(C'\fR perl
-module, which features a tabbed urxvt (murxvt) terminal as an example
-embedding application.
+Beginning with version 7.3, there is a perl extension that implements a
+simple tabbed terminal. It is installed by default, so any of these should
+give you tabs:
+.Sp
+.Vb 1
+\&   @@RXVT_NAME@@ -pe tabbed
+.Ve
+.Sp
+.Vb 1
+\&   URxvt.perl-ext-common: default,tabbed
+.Ve
+.Sp
+It will also work fine with tabbing functionality of many window managers
+or similar tabbing programs, and its embedding-features allow it to be
+embedded into other programs, as witnessed by \fIdoc/rxvt\-tabbed\fR or
+the upcoming \f(CW\*(C`Gtk2::URxvt\*(C'\fR perl module, which features a tabbed urxvt
+(murxvt) terminal as an example embedding application.
 .IP "How do I know which rxvt-unicode version I'm using?" 4
 .IX Item "How do I know which rxvt-unicode version I'm using?"
 The version number is displayed with the usage (\-h). Also the escape
@@ -1818,6 +1829,7 @@ Ps = 49   Change default background colour to Pt.
 Ps = 50        Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n
 Ps = 55        Log all scrollback buffer and all of screen to Pt
 Ps = 701       Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills).
+Ps = 702       Request version if Pt is ?, returning rxvt-unicode, the resource name, the major and minor version numbers, e.g. ESC ] 702 ; rxvt-unicode ; urxvt ; 7 ; 4 ST.
 Ps = 704       Change colour of italic characters to Pt
 Ps = 705       Change background pixmap tint colour to Pt (Compile transparency).
 Ps = 706       Change colour of bold characters to Pt
index b5f0e3e1ddca30df131fa9d26475527d799bc238..e93f755525be623565c16aecb2a0e93fc8cef462 100644 (file)
@@ -136,12 +136,20 @@ FREQUENTLY ASKED QUESTIONS
         statically), except maybe libX11 :)
 
     Does it support tabs, can I have a tabbed rxvt-unicode?
-        rxvt-unicode does not directly support tabs. It will work fine with
-        tabbing functionality of many window managers or similar tabbing
-        programs, and its embedding-features allow it to be embedded into
-        other programs, as witnessed by doc/rxvt-tabbed or the upcoming
-        "Gtk2::URxvt" perl module, which features a tabbed urxvt (murxvt)
-        terminal as an example embedding application.
+        Beginning with version 7.3, there is a perl extension that
+        implements a simple tabbed terminal. It is installed by default, so
+        any of these should give you tabs:
+
+           rxvt -pe tabbed
+
+           URxvt.perl-ext-common: default,tabbed
+
+        It will also work fine with tabbing functionality of many window
+        managers or similar tabbing programs, and its embedding-features
+        allow it to be embedded into other programs, as witnessed by
+        doc/rxvt-tabbed or the upcoming "Gtk2::URxvt" perl module, which
+        features a tabbed urxvt (murxvt) terminal as an example embedding
+        application.
 
     How do I know which rxvt-unicode version I'm using?
         The version number is displayed with the usage (-h). Also the escape
@@ -1354,6 +1362,7 @@ XTerm Operating System Commands
            Ps = 50         Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n 
            Ps = 55         Log all scrollback buffer and all of screen to Pt 
            Ps = 701        Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills). 
+           Ps = 702        Request version if Pt is ?, returning rxvt-unicode, the resource name, the major and minor version numbers, e.g. ESC ] 702 ; rxvt-unicode ; urxvt ; 7 ; 4 ST. 
            Ps = 704        Change colour of italic characters to Pt 
            Ps = 705        Change background pixmap tint colour to Pt (Compile transparency). 
            Ps = 706        Change colour of bold characters to Pt