ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvt.yo
Revision: 1.7
Committed: Fri Apr 2 19:16:48 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
CVS Tags: rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-2_8, rel-3_0, rel-2_7
Changes since 1.6: +3 -3 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.7 COMMENT(-- $Id: rxvt.yo,v 1.6 2004/04/02 19:15:57 pcg Exp $ --)
2 pcg 1.1 includefile(versioninfo.yo)
3     includefile(masonyodl.yo)
4     mailto(gcw@pobox.com)
5    
6     DEFINEMACRO(HOTKEY)(0)(Alt)
7     DEFINEMACRO(BIGFONT)(0)(>)
8     DEFINEMACRO(SMALLFONT)(0)(<)
9    
10     COMMENT(-----------------------------------------------------------------------
11     -- We want the following macro's to be pre-defined
12 pcg 1.5 -- RXVTNAME()
13 pcg 1.1 -- RXVTDATE()
14     -- RXVTVERSION()
15     -- RXVTMAINT()
16     -- RXVTMAINTEMAIL()
17     -- RXVTWEBPAGE()
18     -- RXVTWEBMAINT()
19     -- RXVTWEBMAINTEMAIL()
20     -- RXVTFTPSITE()
21     ------------------------------------------------------------------------------)
22    
23     COMMENT(----------------------------------------------------------------------)
24     manpage(RXVT)(1)(RXVTDATE())(X Version 11)(X Tools)
25 pcg 1.5 manpagename(rxvt-unicode (ouR XVT, unicode))(a VT102 emulator for the X window system)
26 pcg 1.1
27     COMMENT(----------------------------------------------------------------------)
28     manpagesynopsis()
29    
30 pcg 1.5 bf(RXVTNAME()) [options] [-e command [ args ]]
31 pcg 1.1
32     COMMENT(----------------------------------------------------------------------)
33     manpagedescription()
34    
35 pcg 1.5 bf(rxvt-unicode), version bf(RXVTVERSION()), is a colour vt102 terminal emulator
36 pcg 1.1 intended as an em(xterm)(1) replacement for users who do not require
37     features such as Tektronix 4014 emulation and toolkit-style configurability.
38 pcg 1.5 As a result, bf(rxvt-unicode) uses much less swap space -- a significant
39 pcg 1.1 advantage on a machine serving many X sessions.
40    
41     COMMENT(----------------------------------------------------------------------)
42    
43     includefile(rxvt-options.yo)
44     includefile(rxvt-resources.yo)
45     includefile(rxvt-scrollbar.yo)
46     includefile(rxvt-mousereporting.yo)
47     includefile(rxvt-textselection.yo)
48     includefile(rxvt-fonts.yo)
49     includefile(rxvt-login.yo)
50     includefile(rxvt-colours.yo)
51     includefile(rxvt-environment.yo)
52     includefile(rxvt-files.yo)
53    
54     COMMENT(----------------------------------------------------------------------)
55     manpageseealso()
56    
57     em(xterm)(1), em(sh)(1), em(resize)(1), em(X)(1), em(pty)(4), em(tty)(4),
58     em(utmp)(5)
59    
60     See rxvtRef.html rxvtRef.txt for detailed information on recognized escape
61     sequences and menuBar syntax, etc.
62    
63     COMMENT(----------------------------------------------------------------------)
64     manpagebugs()
65    
66     Check the BUGS file for an up-to-date list.
67    
68     Cursor change support is not yet implemented.
69    
70     Click-and-drag doesn't work with X11 mouse report overriding.
71    
72    
73     COMMENT(----------------------------------------------------------------------)
74     manpagesection(FTP LOCATION)
75    
76     rxvt-+RXVTVERSION().tar.gz can be found at the following ftp sites
77     url(RXVTFTPSITE())(RXVTFTPSITE())
78    
79     COMMENT(----------------------------------------------------------------------)
80     manpagesection(CURRENT PROJECT COORDINATOR)
81    
82     startdit()
83     dit(Project Coordinator)
84     RXVTMAINT() email(RXVTMAINTEMAIL())nl()\
85     dit(Web page maintainter)
86     RXVTWEBMAINT() email(RXVTWEBMAINTEMAIL())nl()\
87     url(RXVTWEBPAGE())(RXVTWEBPAGE())nl()\
88     enddit()
89    
90     COMMENT(----------------------------------------------------------------------)
91     manpageauthors()
92    
93     startdit()
94     dit(John Bovey)
95     University of Kent, 1992, wrote the original Xvt.
96     dit(Rob Nation email(<nation@rocket.sanders.lockheed.com>))
97     very heavily modified Xvt and came up with Rxvt
98     dit(Angelo Haritsis email(<ah@doc.ic.ac.uk>))
99 pcg 1.3 wrote the Greek Keyboard Input (no longer in code)
100 pcg 1.1 dit(mj olesen email(<olesen@me.QueensU.CA>))
101     Wrote the menu system. nl()\
102     Project Coordinator (changes.txt 2.11 to 2.21)
103     dit(Oezguer Kesim email(<kesim@math.fu-berlin.de>))
104     Project Coordinator (changes.txt 2.21a to 2.4.5)
105     dit(Geoff Wing email(<gcw@pobox.com>))
106 pcg 1.3 Rewrote screen display and text selection routines.
107     Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
108 pcg 1.6 dit(Marc Alexander Lehmann email(<rxvt@schmorp.de>))
109 pcg 1.7 Forked rxvt-unicode, rewrote most of the display code and
110 pcg 1.6 internal character handling to store text in unicode,
111 pcg 1.7 improve xterm compatibility and apply numerous other bugfixes
112 pcg 1.6 and extensions. nl()\
113 pcg 1.3 Project Coordinator (Changes 1.0 - )
114 pcg 1.1 enddit()
115 pcg 1.3