MANIFEST revision 20d2c4d2
120d2c4d2SmrgMANIFEST for xterm-260, version xterm-260
2d522f475Smrg--------------------------------------------------------------------------------
3d522f475SmrgMANIFEST                        this file
4d522f475Smrg256colres.h                     resource-definitions for 256-color mode
5d522f475Smrg256colres.pl                    script to generate 256colres.h
6d522f475Smrg88colres.h                      resource definitions for 88-color mode
7d522f475Smrg88colres.pl                     script to generate 88colres.h
8d522f475SmrgAAA_README_VMS.txt              note for VMS port of 'xterm'
9d522f475SmrgINSTALL                         configure script: options and related install instructions
10d522f475SmrgImakefile                       imake template for Makefile
11d522f475SmrgKOI8RXTerm.ad                   resources for koi8rxterm
12d522f475SmrgMakefile.in                     configure script template for Makefile
13d522f475SmrgREADME                          overview & caveats for 'xterm'
14d522f475SmrgREADME.i18n                     i18n readme:
15d522f475SmrgREADME.os390                    overview for os390 (EBCDIC) port of 'xterm'
1620d2c4d2SmrgTHANKS                          list of direct contributors
17d522f475SmrgTekPrsTbl.c                     Tek4014 parser state tables
18d522f475SmrgTekparse.def                    template for generating Tekparse.h
19d522f475SmrgTekparse.h                      Tek4014 parser-state definitions
20d522f475SmrgTekproc.c                       Tek4014 parser-state functions
21d522f475SmrgTests                           Useful tests for xterm-developers
22d522f475SmrgUXTerm.ad                       alternate resources for UTF-8
23d522f475SmrgVTPrsTbl.c                      VT100 parser state tables
24d522f475SmrgVTparse.def                     template for generating VTparse.h
25d522f475SmrgVTparse.h                       VT100 parser-state definitions
26d522f475SmrgXTerm-col.ad                    color resource definitions for XTerm class
27d522f475SmrgXTerm.ad                        resource definitions for XTerm class
28d522f475Smrgaclocal.m4                      configure script: custom macros
29d522f475Smrgbutton.c                        mouse button and selection processing
30d522f475SmrgcachedGCs.c                     maintain cache of GC's
31d522f475Smrgcharclass.c                     compact character-class module
32d522f475Smrgcharclass.h                     interface of charclass.c
33d522f475Smrgcharproc.c                      VT100 parser functions
34d522f475Smrgcharsets.c                      module to translate character-sets
35d522f475Smrgconfig.guess                    configure script: guess the system type
36d522f475Smrgconfig.sub                      configure script: validate system type
37d522f475Smrgconfigure                       generated
38d522f475Smrgconfigure.in                    template for generating configure script
39d522f475Smrgconfigure                       Configuration script for UNIX
40d522f475Smrgctlseqs.ms                      documentation: Xterm Control Sequences
41d522f475Smrgctlseqs.txt                     generated rendition of ctlseqs.ms
42d522f475Smrgcursor.c                        VT100 low-level cursor movement
43d522f475Smrgdata.c                          global data declarations
44d522f475Smrgdata.h                          global data external-definitions
45d522f475Smrgdoublechr.c                     VT100 double-size character support
46d522f475Smrgerror.h                         error-code definitions for 'xterm'
47d522f475Smrgfontutils.c                     xterm functions for (re)loading fonts
48d522f475Smrgfontutils.h                     interface of fontutils.c
49d522f475Smrggen-pc-fkeys.pl                 script to generate extended function-key terminfo
50d522f475Smrginput.c                         VT100 key-symbol and function-key translation
5120d2c4d2Smrginstall-sh                      install-script (needed by configure)
52d522f475Smrgkeysym2ucs.c                    lookup-table for UTF-8 to keysyms
53d522f475Smrgkeysym2ucs.h                    interface of keysym2ucs.c
54d522f475Smrgkoi8rxterm                      KOI-8 wrapper from Debian (originally me)
55d522f475Smrgkoi8rxterm.man                  manpage for koi8rxterm
56956cc18dSsnjlinedata.c                      manage all line-data for VT100 widget
57d522f475Smrglink_axp.com                    build-script for VMS port of xterm
58d522f475Smrgmain.c                          main program of 'xterm'
59d522f475Smrgmain.h                          default definitions for 'xterm'
60d522f475Smrgmake.com                        build-script for VMS port of 'xterm'
61d522f475Smrgmenu.c                          popup/pulldown menus for 'xterm'
62d522f475Smrgmenu.h                          interface of menu.c
63d522f475Smrgminstall.sh                     script for installing manpages
64d522f475Smrgmisc.c                          miscellaneous utility functions for 'xterm'
65d522f475Smrgos2main.c                       main program for OS/2 EMX port of 'xterm'
66d522f475Smrgplink.sh                        script to prune unneeded libraries from link
67d522f475Smrgprecompose.c                    table of precompose sequences
68d522f475Smrgprecompose.h                    interface of precompose.c
69d522f475Smrgprint.c                         VT100+ print support functions
70d522f475Smrgproto.h                         macros to simplify function prototypes
71d522f475Smrgptydata.c                       functions to manipulate data read from pty
72d522f475Smrgptyx.h                          structure-definitions for 'xterm'
73d522f475Smrgresize.c                        program to compute/modify xterm's window size
74d522f475Smrgresize.man                      manual page for 'resize'
75d522f475Smrgrun-tic.sh                      run tic, filtering out harmless messages
76d522f475Smrgscreen.c                        VT100 screen update functions
77956cc18dSsnjscrollback.c                    manage scrollback (a big FIFO)
78d522f475Smrgscrollbar.c                     VT100 scrollbar support functions
79d522f475Smrgsinstall.sh                     install setuid if existing program was
80d522f475Smrgtabs.c                          VT100 tabstop support-functions
81d522f475Smrgtermcap                         termcap entries for 'xterm'
82d522f475Smrgterminfo                        terminfo entries for 'xterm'
83d522f475Smrgtestxmc.c                       testing: xmc/magic-cookies
84d522f475Smrgtrace.c                         debugging trace functions for 'xterm'
85d522f475Smrgtrace.h                         interface of trace.c
86d522f475Smrgutil.c                          miscellaneous utility functions for 'xterm'
87d522f475Smrguxterm                          wrapper script to make unicode-xterm
88d522f475Smrguxterm.desktop                  sample desktop file for uxterm
89d522f475Smrguxterm.man                      manpage for uxterm, from Debian
90d522f475Smrgversion.h                       version of xterm
91d522f475Smrgvms.c                           VMS version of xterm's spawn(), etc.
92d522f475Smrgvms.h                           system headers and definitions for vms.c
93d522f475Smrgwcwidth.c                       wide-character utility functions
94d522f475Smrgwcwidth.h                       interface of wcwidth.c
95d522f475Smrgxcharmouse.h                    Jason Bacon's mouse-defs, cleaned up a little
96d522f475Smrgxstrings.c                      a few common string functions
97d522f475Smrgxstrings.h                      interface of xstrings.c
98d522f475Smrgxterm.dat                       application defaults for VMS port of 'xterm'
99d522f475Smrgxterm.desktop                   sample desktop file for xterm.
100d522f475Smrgxterm.h                         common includes, definitions and prototypes for 'xterm'
101d522f475Smrgxterm.log.html                  changelog for xterm
102d522f475Smrgxterm.man                       manual page for 'xterm'
103d522f475Smrgxterm_axp.opt                   linker options file for VMS port of 'xterm'
104d522f475Smrgxterm_io.h                      split-out definitions of termio/termios/sgtty and winsize from main.c, os2main.c, screen.c and resize.c
105d522f475Smrgxtermcap.c                      termcap-related functions.
106d522f475Smrgxtermcap.h                      interface of xtermcap.c
107d522f475Smrgxtermcfg.hin                    configure script: template for xtermcfg.h
108d522f475Smrgxutf8.c                         JC's cleanup of UTF8
109d522f475Smrgxutf8.h                         JC's cleanup of UTF8
110d522f475Smrgicons                           subdirectory
111d522f475Smrgicons/xterm-color_32x32.xcf     gimp file for editing 32x32 icon
112d522f475Smrgicons/xterm-color_32x32.xpm     32x32 color icon
113d522f475Smrgicons/xterm-color_48x48.xcf     gimp file for editing 48x48 icon
114d522f475Smrgicons/xterm-color_48x48.xpm     48x48 color icon
115d522f475Smrgicons/xterm_32x32.xcf           gimp file, for editing 32x32 icon
116d522f475Smrgicons/xterm_32x32.xpm           32x32 monochrome icon
117d522f475Smrgicons/xterm_48x48.xcf           gimp file, for editing 48x48 icon
118d522f475Smrgicons/xterm_48x48.xpm           48x48 monochrome icon
119d522f475Smrgtektests                        subdirectory
120d522f475Smrgtektests/aitest.tek             tek4014 demo: draw a globe
121d522f475Smrgtektests/dmerc.tek              tek4014 demo: draws a Mercator projection with orbit
122d522f475Smrgtektests/fotest.tek             tek4014 demo: draw a scatterplot on log scale
123d522f475Smrgtektests/imtest.tek             tek4014 demo: draw a test pattern
124d522f475Smrgtektests/imtesth.tek            tek4014 demo: draw a test pattern
125d522f475Smrgtektests/ocpred.tek             tek4014 demo: an occultation prediction
126d522f475Smrgtektests/usmap.tek              tek4014 demo: a US map
127d522f475Smrgunicode                         subdirectory
128d522f475Smrgunicode/README                  description of files in ./unicode
129d522f475Smrgunicode/convmap.pl              perl script for generating the lookup table for UTF-8 to keysym
130d522f475Smrgunicode/keysym.map              keysym mapping from UTF-8
131d522f475Smrgunicode/make-precompose.sh      make precompose.c
132d522f475Smrgunicode/precompose.c.head       header of precompose.c
133d522f475Smrgunicode/precompose.c.tail       tail of precompose.c
134d522f475Smrgvttests                         subdirectory
135d522f475Smrgvttests/16colors.sh             test-script to show 16-colors
136d522f475Smrgvttests/256colors.pl            script to illustrate 256-colors
137d522f475Smrgvttests/256colors2.pl           fancy test-script for 256-colors
138d522f475Smrgvttests/88colors.pl             sample script showing 88-colors
139d522f475Smrgvttests/88colors2.pl            sample script showing 88-colors
140d522f475Smrgvttests/8colors.sh              test-script to illustrate 8-colors
141d522f475Smrgvttests/acolors.sh              demonstrate changing the ANSI colors
142d522f475Smrgvttests/doublechars.sh          test script to demonstrate doublesize chars
143d522f475Smrgvttests/dynamic.sh              script to illustrate the dynamic colors control sequence
144d522f475Smrgvttests/dynamic2.sh             complete example of dynamic colors
145d522f475Smrgvttests/fonts.sh                script to demonstrate font-switching sequences
146d522f475Smrgvttests/paste64.pl              script to test base64-selection option
14720d2c4d2Smrgvttests/query-fonts.pl          script to demo/test font-querying
148d522f475Smrgvttests/resize.pl               translated resize.sh to perl since it is easy to test, and I needed
149d522f475Smrgvttests/resize.sh               script to demonstrate resizing
150d522f475Smrgvttests/tcapquery.pl            script to test tcap-query option
151d522f475Smrgvttests/title.sh                test-script to show title of xterm in action
152