From: root
Date: Sat, 28 Jan 2006 22:16:58 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8a4cf2f5678dafb298e748da0709f917f9d6a9cf;p=dana%2Furxvt.git
*** empty log message ***
---
diff --git a/Changes b/Changes
index 785673c2..f4d0ab6c 100644
--- 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.
diff --git a/README.FAQ b/README.FAQ
index c43ab29e..52431b63 100644
--- a/README.FAQ
+++ b/README.FAQ
@@ -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
diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html
index 95b8804f..c9f301dd 100644
--- a/doc/rxvt.7.html
+++ b/doc/rxvt.7.html
@@ -220,12 +220,24 @@ 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?
@@ -1957,6 +1969,7 @@ Set XTerm Parameters. 8-bit ST: 0x9c, 7-bit ST sequence: ESC \ (0x1b,
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 |
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in
index be2f2ec3..ea20c368 100644
--- a/doc/rxvt.7.man.in
+++ b/doc/rxvt.7.man.in
@@ -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:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.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
diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt
index b5f0e3e1..e93f7555 100644
--- a/doc/rxvt.7.txt
+++ b/doc/rxvt.7.txt
@@ -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