ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/MANIFEST
Revision: 1.144
Committed: Mon Jan 2 17:16:42 2023 UTC (16 months, 4 weeks ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.143: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 .cvsignore
2 root 1.40 COPYING
3 pcg 1.13 Changes
4 pcg 1.1 INSTALL
5     MANIFEST
6     README.configure
7 root 1.33 README.FAQ
8 pcg 1.1 configure
9 root 1.79 configure.ac
10 root 1.73 aclocal.m4
11 root 1.79 autogen.sh
12 root 1.73 config.h.in
13 root 1.79 Makefile.in
14 root 1.73 install-sh
15 pcg 1.1
16 root 1.43 doc/embed
17 root 1.44 doc/embed-tk
18     doc/rxvt-tabbed
19 root 1.43 doc/pty-fd
20 root 1.30 doc/etc/rxvt-unicode.terminfo
21 root 1.41 doc/etc/rxvt-unicode.termcap
22 ayin 1.93 doc/wcwidth.patch
23 root 1.41
24 pcg 1.1 doc/.cvsignore
25     doc/Makefile.in
26     doc/README.xvt
27     doc/changes.txt
28 root 1.34 doc/podtbl
29 root 1.51
30 root 1.30 doc/rxvt.1.pod
31     doc/rxvt.7.pod
32 root 1.46 doc/rxvtc.1.pod
33     doc/rxvtd.1.pod
34 root 1.143 doc/rclock.1.pod
35 root 1.33 doc/rxvt.1.man.in
36     doc/rxvt.7.man.in
37 root 1.46 doc/rxvtc.1.man.in
38     doc/rxvtd.1.man.in
39 root 1.143 doc/rclock.1.man.in
40 root 1.127 doc/extensions.pod.top
41     doc/extensions.pod.bot
42 pcg 1.1
43 root 1.139 src/ecb.h
44 root 1.140 src/estl.h
45 root 1.139
46 pcg 1.1 src/.cvsignore
47     src/Makefile.in
48 pcg 1.2 src/callback.h
49     src/command.C
50 pcg 1.1 src/command.h
51 pcg 1.2 src/encoding.C
52     src/encoding.h
53 pcg 1.1 src/feature.h
54 root 1.55 src/hookinc.h
55 pcg 1.1 src/init.C
56     src/init.h
57 root 1.97 src/ev_cpp.C
58     src/ev_cpp.h
59 root 1.38 src/keyboard.C
60     src/keyboard.h
61 pcg 1.1 src/main.C
62     src/misc.C
63 root 1.60 src/optinc.h
64 root 1.24 src/rxvtutil.C
65     src/rxvtutil.h
66     src/rxvttoolkit.C
67     src/rxvttoolkit.h
68     src/rxvtfont.C
69     src/rxvtfont.h
70 root 1.123 src/rxvtimg.h
71     src/rxvtimg.C
72 pcg 1.1 src/rxvt.C
73     src/rxvt.h
74 root 1.137 src/rclock.C
75 root 1.50 src/rsinc.h
76 pcg 1.2 src/rxvtc.C
77     src/rxvtd.C
78     src/rxvtdaemon.C
79     src/rxvtdaemon.h
80 pcg 1.1 src/screen.C
81     src/scrollbar-next.C
82     src/scrollbar-rxvt.C
83     src/scrollbar-xterm.C
84 pcg 1.13 src/scrollbar-plain.C
85 pcg 1.1 src/scrollbar.C
86 ayin 1.105 src/scrollbar.h
87 pcg 1.1 src/version.h
88     src/xdefaults.C
89 root 1.125 src/emman.h
90     src/emman.c
91 pcg 1.1
92     src/gentables
93 pcg 1.15 src/gencompose
94 pcg 1.19 src/genlinedraw
95 pcg 1.15 src/table/compose.h
96 pcg 1.19 src/table/category.h
97     src/table/linedraw.h
98 pcg 1.1 src/table/viscii.h
99     src/table/ksc5601_1987_0.h
100 root 1.36 src/table/gbk_0.h
101 pcg 1.1 src/table/gb2312_1980_0.h
102     src/table/cns11643_1992_1.h
103     src/table/cns11643_1992_2.h
104     src/table/cns11643_1992_3.h
105     src/table/cns11643_1992_4.h
106     src/table/cns11643_1992_5.h
107     src/table/cns11643_1992_6.h
108     src/table/cns11643_1992_7.h
109     src/table/cns11643_1992_f.h
110 pcg 1.14 src/table/big5.h
111 pcg 1.1 src/table/big5_ext.h
112     src/table/big5_plus.h
113     src/table/koi8_r.h
114     src/table/koi8_u.h
115     src/table/iso8859_1.h
116     src/table/iso8859_2.h
117     src/table/iso8859_3.h
118     src/table/iso8859_4.h
119     src/table/iso8859_5.h
120     src/table/iso8859_6.h
121     src/table/iso8859_7.h
122     src/table/iso8859_8.h
123     src/table/iso8859_9.h
124     src/table/iso8859_10.h
125     src/table/iso8859_11.h
126     src/table/iso8859_13.h
127     src/table/iso8859_14.h
128     src/table/iso8859_15.h
129     src/table/iso8859_16.h
130     src/table/jis0201_1976_0.h
131 pcg 1.19 src/table/jis0208_1990_0.h
132 pcg 1.1 src/table/jis0212_1990_0.h
133     src/table/jis0213_1.h
134     src/table/jis0213_2.h
135 root 1.57
136     src/urxvt.pm
137     src/typemap
138 root 1.90 src/typemap.iom
139 root 1.89 src/iom_perl.h
140     src/iom_perl.xs
141 root 1.57 src/rxvtperl.h
142     src/rxvtperl.xs
143    
144 root 1.124 src/perl/background
145 sf-exg 1.117 src/perl/bell-command
146 sf-exg 1.116 src/perl/block-graphics-to-ascii
147 root 1.144 src/perl/clickthrough
148 sf-exg 1.116 src/perl/clipboard-osc
149     src/perl/confirm-paste
150     src/perl/digital-clock
151 sf-exg 1.133 src/perl/eval
152 sf-exg 1.116 src/perl/example-refresh-hooks
153 sf-exg 1.134 src/perl/keysym-list
154 sf-exg 1.116 src/perl/kuake
155     src/perl/matcher
156     src/perl/option-popup
157     src/perl/overlay-osc
158     src/perl/readline
159     src/perl/remote-clipboard
160     src/perl/searchable-scrollback
161 root 1.63 src/perl/selection
162 root 1.70 src/perl/selection-autotransform
163 elmex 1.69 src/perl/selection-pastebin
164 sf-exg 1.116 src/perl/selection-popup
165 root 1.129 src/perl/selection-to-clipboard
166 root 1.75 src/perl/tabbed
167 sf-exg 1.116 src/perl/urxvt-popup
168 root 1.81 src/perl/xim-onthespot
169 root 1.57
170 root 1.139 libev/LICENSE
171 root 1.97 libev/ev.h
172 root 1.100 libev/ev++.h
173 root 1.97 libev/ev.c
174     libev/ev_vars.h
175     libev/ev_wrap.h
176     libev/ev_win32.c
177     libev/ev_select.c
178     libev/ev_poll.c
179     libev/ev_epoll.c
180     libev/ev_kqueue.c
181 root 1.98 libev/ev_port.c
182 root 1.136 libev/ev_linuxaio.c
183 root 1.138 libev/ev_iouring.c
184 ayin 1.103 libev/libev.m4
185 root 1.98