e98970fcb5
Eterm is a color vt102 terminal emulator for X Window system. It supports pixmap and pseudo-transparent background. It also supports Japanese input with XIM (X Input Method) protocol. This version also adds BIG5 and GB support. Thanks to MANTANI Nobutaka <nobutaka@nobutaka.com> for the patch. Submitted by: Michael C. Wu <keichii@iteration.net>
12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
-----------------------------------------------------------------------------
|
|
If you want to input Chinese, use the following command:
|
|
Eterm --font <English font> --mfont <Chinese font> --mencoding <encoding> \
|
|
--input-method xcin
|
|
|
|
Example:
|
|
Eterm --font "-*-medium-r-normal-*-*-160-*-*-c-*-iso8859-1" \
|
|
--mfont kc15f --mencoding big5 --input-method xcin \
|
|
--preedit-type OverTheSpot -8 -g 80x24 -B next -O \
|
|
--cmod 200 --scrollbar-width 10 --scrollbar-popup
|
|
-----------------------------------------------------------------------------
|