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

..03-May-2022-

0README.ext.jaH A D04-Nov-20163 KiB8066

ConvProto.hH A D04-Nov-20169.6 KiB32238

DEMO.kt.uuH A D04-Nov-20161.9 KiB

DEMO.xbmH A D04-Nov-2016182.8 KiB2,4342,433

ImakefileH A D03-May-20224 KiB138120

KTerm.adH A D03-May-20226.2 KiB156146

README.ktH A D04-Nov-20164.1 KiB147112

README.wallpaper.jaH A D04-Nov-20161.4 KiB4629

TekPrsTbl.cH A D04-Nov-201651.8 KiB2,6282,078

Tekparse.defH A D04-Nov-2016652 4341

Tekparse.hH A D04-Nov-20162.4 KiB7734

Tekproc.cH A D04-Nov-201644.3 KiB1,7021,366

VTPrsTbl.cH A D03-May-202290.5 KiB4,0843,248

VTparse.defH A D04-Nov-20161.3 KiB9088

VTparse.hH A D03-May-20223.4 KiB12282

button.cH A D04-Nov-201651.1 KiB1,9991,646

charproc.cH A D03-May-2022165.3 KiB5,9265,040

convert.cH A D04-Nov-201628.5 KiB1,4001,197

convlib.cH A D04-Nov-201632.1 KiB1,010605

cursor.cH A D04-Nov-20165.9 KiB252152

data.cH A D04-Nov-20163.1 KiB141103

data.hH A D03-May-20222.6 KiB10268

error.hH A D04-Nov-20165.1 KiB10663

gset.cH A D04-Nov-201612.6 KiB369291

gset.hH A D04-Nov-20164 KiB13091

input.cH A D04-Nov-20168.9 KiB354302

kanji_map.cH A D04-Nov-201657.6 KiB1,039943

kanji_map.hH A D04-Nov-2016285 108

kfontlist.defH A D04-Nov-2016959 1716

kfontlist.m4H A D04-Nov-20161.9 KiB3837

kinput2.cH A D04-Nov-20169.4 KiB415329

kterm.hH A D03-May-20221.7 KiB4919

kterm.jmanH A D04-Nov-201617 KiB456439

kterm.manH A D04-Nov-201614.9 KiB458441

main.cH A D03-May-2022107.7 KiB4,0753,328

main.hH A D04-Nov-20161.3 KiB324

menu.cH A D03-May-202235.4 KiB1,5541,252

menu.hH A D04-Nov-201611.9 KiB415307

misc.cH A D04-Nov-201626.1 KiB1,139907

ptyx.hH A D04-Nov-201622.9 KiB773617

screen.cH A D04-Nov-201636.4 KiB1,3521,095

scrollbar.cH A D03-May-202215.6 KiB581410

tabs.cH A D04-Nov-20162.3 KiB10744

termcap.ktH A D04-Nov-2016113 32

terminfo.ktH A D04-Nov-2016120 32

unicode_map.cH A D04-Nov-2016203.5 KiB2,9172,868

unicode_map.hH A D04-Nov-2016447 1913

util.cH A D03-May-202238.2 KiB1,4491,221

xim.cH A D04-Nov-201610.5 KiB480383

README.kt

1 ---------------------------
2 README file for kterm-6.2.0
3 ---------------------------
4 
5 Kterm is an X11 terminal emulator that can handle multi-lingual text.
6 This release is based on xterm of X11R6.1.
7 
8 
9 Changes in this release
10 -----------------------
11  o Kterm now handles multi-lingual text in addition to Japanese.
12  o Kterm now supports X Input Method protocol in addition to kinput2 protocol.
13  o Fonts are loaded dynamically by default.
14  o Tektronix emulation is disabled by default configuration.
15  o Many bug fixes.
16 
17 
18 Configuration
19 -------------
20 You can disable any of the features added to xterm by editing Imakefile
21 and kterm.h.
22 
23 Imakefile:
24  o KTERM:           enables kterm features. see kterm.h part.
25  o STATUSLINE:      enables statusline support.
26  o KEEPALIVE:       enables keepalive socket option for the server connection.
27 
28 kterm.h:
29  o KTERM_MBCS:      enables support for MBCS text.
30  o KTERM_MBCC:      enables MB character class support. It is used for word
31 		    selection.  KTERM_MBCS must be defined.
32  o KTERM_KANJIMODE: enables support for Kanji specific encodings, Japanese EUC
33 		    and Shift-JIS.  KTERM_MBCS must be defined.
34  o KTERM_XIM:       enables support for Kanji text input using X Input Method
35 		    protocol.  KTERM_MBCS must be defined.
36  o KTERM_KINPUT2:   enables support for Kanji text input using kinput2
37 		    protocol.  KTERM_MBCS must be defined.
38  o KTERM_COLOR:	    enables colored text support.
39  o KTERM_NOTEK:	    disables Tektronix emulation.
40  o KTERM_XAW3D:	    enables kterm to work with the Xaw3d library compiled
41 		    with -DARROW_SCROLLBAR option (disables by default).
42 
43 
44 Compilation
45 -----------
46 This kterm basically needs X11R6.1 libraries and include files.
47 In X11R6.1 environment, just type:
48  % xmkmf -a; make
49 
50 In X11R6 environment, if you have some luck (your system supports fd_set
51 type and FD_* macros), you can compile kterm without modification.
52 
53 
54 Installation
55 ------------
56 Install kterm and KTerm.ad:
57  % make install
58 
59 Install kterm.man manual page:
60  % make install.man
61 
62 If your system supports Japanese manual pages and you want to install
63 kterm.jman, copy it to an appropriate directory/filename in an
64 appropriate encoding by hand.  Note that kterm.jman is encoded in JIS
65 code.
66 
67 If your system does not have kterm entry in the termcap or terminfo,
68 you may want to install termcap.kt or terminfo.kt by hand.
69 
70 
71 Supported Systems
72 -----------------
73 kterm-6.2.0 should be successfully built on the following systems:
74 
75     sparc
76 	SunOS 4.1.x (*1)
77 	SunOS 4.1.x-JLE*
78 	Solaris 2.x
79 	Solaris 2.xJ
80 	NetBSD-1.1B/sparc
81 	NetBSD/sparc-1.2_ALPHA
82 	UXP/DS V20L10 Y96021 [Fujitsu DS/90 7000]
83 
84     i386
85 	Solaris 2.5 x86
86 	NetBSD1.1
87 	NetBSD/{i386,pc98} 1.2_ALPHA
88 	FreeBSD(98)2.1R Alpha (XFree86 3.1.2Eb) (*2)
89 	FreeBSD 2.2-96{0323,0612}-SNAP (XFree86 3.1.2E) (*2) (*3)
90 	BSD/OS 2.1
91 	Linux-2.0.0 ELF libc 5.3.12
92 
93     sony
94 	NEWS-OS 4.2.1a+RD
95 	NEWS-OS 6.0.2
96 
97     sgi
98 	IRIX 5.3 {,IP22}
99 	IRIX 6.1
100 
101     hp
102 	HP-UX 9.0[57] (with -DX_LOCALE, cc)
103 	HP-UX 10.01
104 
105     dec
106 	OSF/1 3.0 [DEC 7000 AXP system 620]
107 	OSF/1 3.2A [DEC 3000/500]
108 	Digital UNIX 3.2C [DEC AlphaStation 200 4/100]
109 	Digital UNIX 3.2D [DEC AlphaServer 2100 4/275]
110 	*** does not work on DEC 3000 running DEC OSF/1 2.0 ***
111 
112     *1	Kterm and X libraries must be compiled with -DX_LOCALE to use XIM.
113     *2	Kterm must be compiled with -DUSE_POSIX_WAIT to eliminate a warning.
114     *3	Kterm must be linked with -lxpg4 to use XIM.
115 
116 
117 CAUTION
118 -------
119 Killing an IM server while it is establishing connection with a kterm,
120 or on a kterm which is connected with the server may hang the kterm
121 (because of imperfection around IM handling in Xlib).
122 
123 
124 To Do
125 -----
126  o Use of fontSet resources.
127  o More ISO6429 attributes.
128 
129 
130 Bug report
131 ----------
132 If you find any bug, please make sure that it is not an xterm's bug, then
133 report it to kagotani@in.it.okayama-u.ac.jp.  Don't forget to include
134 the version of kterm (see kterm.h or do "kterm -version") and information
135 about your system.
136 
137 
138 Enhancement
139 -----------
140 If you would like to distribute your local enhancement, please change
141 the version number to something like "6.2.0-yourname1".
142 
143 
144 						July 12, 1996
145 						Hiroto Kagotani
146 						kagotani@in.it.okayama-u.ac.jp
147 

README.wallpaper.ja

1========================================================================
2  kterm-6.2.0 + �ɻ�ѥå�
3========================================================================
4
5  �����ɻ�ѥå��������ä� kterm �Ǥϡ��طʤ˲�����ɽ�����뤳�Ȥ�
6  �Ǥ��ޤ�����������ʸ����ɽ�����뤿�Ӥˤ������������ΰ��������褷��
7  ���ξ��ʸ�������褹��Τǡ���Ŭ�˻Ȥ��ˤϤ���ʤ�Υޥ���ѥ��
8  ɬ�פȤ��ޤ���
9
10  �ɻ浡ǽ�����Ѥ���ˤϡ�Imakefile �� DEFINES �� -DWALLPAPER ���ɲä���
11  ����������ѥ��뤹��ɬ�פ�����ޤ������Υѥå����Ƥ�� Imakefile ��
12  ���Τ褦�˽��������ޤ��Τǡ�����ñ��
13
14    % xmkmf; make
15
16  �Ȥ�������Ǥ����ޤ��Ǥ���
17  �ʤ���FreeBSD �� misc.c �� SysErrorMsg() �� sys_errlist �ΤȤ����
18  ���顼���Ф���ϡ����ιԤ����ȥ����Ȥ��Ʋ�������
19
20  �طʤ˲�����ɽ������ˤϡ������ե������
21
22    % kterm -wp filename.xpm
23
24  �Τ褦�� -wp ���ץ����ǻ��ꤹ�뤫��X �Υ꥽������
25
26    KTerm*wallPaper: /path/filename.xpm
27
28  �Τ褦�˻��ꤷ�ޤ���
29  �����λ��꤬�ʤ��������̤� kterm ��Ʊ��ư����ޤ���
30
31  �����Ϥ��餫���� xpm ������ľ���Ƥ����Ʋ�������
32  ���κݡ����̥⡼�ɤ˹�ä������ˤ��뤳�Ȥȡ�ʸ�������䤹���褦��
33  ���٤���Ƥ������Ȥ�˺��ʤ��褦�ˤ��Ʋ�������
34
35  �ǤϤǤϡ����ڤ��߲�������
36
37  ���� �߻� (takagi@an.ip.titech.ac.jp)
38
39------------------------------------------------------------------------
40
41  ����
42
43  1997/02/22 kterm-6.2.0-wpr1 : ���� Release 1
44
45========================================================================
46