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

..03-May-2022-

ImakefileH A D23-Jun-19961 KiB4737

MXascii.adH A D02-Sep-19961.1 KiB3836

MXascii.sgi.adH A D02-Sep-19961.1 KiB4240

MakefileH A D02-Sep-199615.7 KiB559325

Mxascii.ad.hH A D23-Jun-1996826 2322

Mxascii.sgi.ad.hH A D02-Sep-1996982 2726

Mxascii.tmplH A D03-May-20221.5 KiB6546

READMEH A D02-Sep-19961.9 KiB5337

ad2cH A D18-Jun-1996882 4932

appdef.hH A D18-Jun-1996144 118

callbacks.cH A D19-Jun-1996555 361

converter.cH A D23-Jun-19964.6 KiB234162

converter.hH A D23-Jun-1996162 117

crui.cH A D02-Sep-199610.8 KiB473297

main.cH A D23-Jun-19961.9 KiB11636

menu.hH A D20-Jun-19961.2 KiB5119

menui.cH A D23-Jun-19961.3 KiB6930

mpulldown.cH A D22-Jun-19965.2 KiB19890

mxascii.hH A D23-Jun-19961.1 KiB7030

nullcb.cH A D18-Jun-1996774 467

setcb.cH A D02-Sep-19968 KiB272203

xhead.hH A D03-May-20221.4 KiB8152

README

1Jun 22, 1996
2
3Motified version of XAscii by kkirksey@eng.auburn.edu.
4This program uses XmString Converter (used in about dialog) by Krist Paquay,
5email: krist@tpg.tpg.oz.au.
6
7to compile, at the shell prompt, type:
8
9    xmkmf
10    make
11
12the binary is mxascii.
13
14The class of the program is MXascii. If you want to chage look and feel,
15look the app resources file is MXascii.ad. Copy this to the place where you
16keep your X resources as MXascii. Or append it with your .Xdefaults file.
17The prgram is written with appropriate fallback resources, therefore X
18resources file is not necessary. It supports all standard X toolkit command
19line options.
20
21
22Copyright
23---------
24Copyright 1996 by Muhammad A Muquit.
25
26Permission to use, copy, modify, distribute this software is hereby granted,
27provided this copyright notice appear in all copies and that both that
28copyright notice and this permission notice appear in supporting
29documentation, and the name of my employer SEMCOR, Inc. and Company not be
30used in in advertising or publicity pertaining to distribution of the
31software without specific, written prior permission.
32
33The software is provided "as is" without express or implied warranty.
34
35I disclaim all warranties with regard to this software, including all implied
36warranties of merchantability and fitness, in no event shell me or my employer
37SEMCOR, Inc. be liable for any special, indirect or consequential damages or
38any damages whatsoever resulting from loss of use, data or profits, whether
39in an action of contract, negligence or other tortious action, arising out of
40or in connection with the use or performance of this software.
41---------------------------------------------------------------
42
43If you have any suggestion or bug report, please send me mail at:
44   ma_muquit@fccc.edu
45
46   URL: http://www.fccc.edu/users/muquit
47
48If you use this program, please let me know.
49
50
51-- muquit
52Initial Release: Sep-02-96
53