blob: 3e9abb81a95c14d42a6317ffd22a547c9e5b78e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
-----------------------------------------------------------------------------
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
-----------------------------------------------------------------------------
|