• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autoconf/H03-May-2022-5,0744,368

doc/H01-Aug-2007-3,5442,967

scripts/H01-Aug-2007-185146

src/H01-Aug-2007-20,54515,331

tools/H01-Aug-2007-2,4591,645

ChangeLogH A D01-Aug-20074.9 KiB207130

ChangeLog.0.4H A D11-Jan-200515.3 KiB295282

INSTALLH A D10-Nov-20042.4 KiB6953

Makefile.inH A D01-Aug-20073.2 KiB11169

README.configureH A D10-Nov-20043.5 KiB9695

aterm.lsmH A D05-Jul-20052.2 KiB6547

configureH A D03-May-2022312.5 KiB11,87310,007

README.configure

1--enable-fading
2        add support for darkening colors when aterm is loosing focus.
3	that is off by default as far as that would cause aterm to use
4	more colors, which is not good for folks with 8bpp.
5--enable-background-image
6 	add support for XPM background pixmaps,
7	and JPEG and PNG background pixmaps if AfterStep was compiled
8	with --enable-static-libs=no, and libasimage and libafterstep
9	were installed in LD_LIBRARY_PATH.
10--enable-next-scroll
11	make the scrollbar look like a NeXT scrollbar (Default)
12--enable-xterm-scroll
13	make the scrollbar look like an Xterm scrollbar
14--enable-utmp
15	write user and tty to utmp file (used by programs like ``w'') on
16	creation of rxvt and delete when rxvt exits.
17--enable-wtmp
18	write user and tty to wtmp file (used by programs like ``last'') on
19	creation of rxvt and write logout when rxvt exits.
20--enable-menubar
21	add support for our menu bar system
22--enable-graphics
23	add support for our graphics mode (see src/graphics)
24--enable-half-shadow
25	make shadows on the scrollbar only half the normal width & height.
26	only applicable to non-Xterm scrollbars
27--enable-kanji
28	add support for Kanji characters (EUC-JP or SJIS)
29--enable-big5
30	add support for Chinese characters (BIG5)
31--enable-greek
32	add support for greek keyboard
33--enable-ttygid
34	change tty device setting to group "tty" - only use this if
35        your system uses this type of security
36--disable-backspace-key
37	disable any handling of the backspace key by us - let the X server
38	do it
39--disable-delete-key
40	disable any handling of the delete key by us - let the X server
41	do it
42--disable-resources
43	remove all resources checking
44--enable-xgetdefault
45	make resources checking via XGetDefault() instead of our small
46	version which only checks ~/.Xdefaults, or if that doesn't exist
47	then ~/.Xresources
48--disable-memset
49	remove support for our possibly faster memset() function and
50	use your system's version instead - which may be have hand-crafted
51	in assembly.
52--disable-swapscreen
53	remove support for swap screen
54--disable-keepscrolling
55	remove support for continual scrolling of the display when you hold
56	the mouse button down on a scrollbar arrow
57--disable-mousewheel
58	remove support for scrolling via mouse wheel or buttons 4 & 5
59--enable-old-selection
60	revert mouse selection to something similar to v2.20 (and prior) -
61	this implies word selection of those versions (i.e. next option)
62--enable-old-wordselect
63	revert mouse selection of words (double-clicking) to something
64	similar to v2.20 (and prior)
65--enable-dmalloc
66	use Gray Watson's malloc - which is good for debugging
67	See  http://www.letters.com/dmalloc/  for details
68        If you use either this or the next option, you may need to
69	edit src/Makefile after compiling to point DINCLUDE and DLIB to
70	the right places.
71        You can only use either this option and the following (should
72	you use either)
73--enable-dlmalloc
74	use Doug Lea's malloc - which is good for a production version
75	See  http://g.oswego.edu/dl/html/malloc.html  for details
76--with-term=NAME
77	change the environmental variable for the terminal to NAME
78	(default "xterm")
79--with-terminfo=PATH
80	change the environmental variable for the path to the terminfo
81	tree to PATH
82--with-x
83	use the X Window System (pretty much default, eh?)
84--with-xpm-includes=DIR
85	look for the XPM includes in DIR
86--with-xpm-library=DIR
87	look for the XPM library in DIR
88--with-jpeg-includes=DIR
89	look for the XPM includes in DIR
90--with-jpeg-library=DIR
91	look for the XPM library in DIR
92--with-png-includes=DIR
93	look for the XPM includes in DIR
94--with-png-library=DIR
95	look for the XPM library in DIR
96