diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-12-24 20:27:20 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-12-24 20:27:20 +0000 |
commit | e98970fcb558cc78c1ec52eed336dcc768bd4986 (patch) | |
tree | 99a09fa7436fb9824ab7516707c85095e5d9d24e /chinese/eterm/files/patch-ax | |
parent | Forced commit to point out that the previous commit, which listed (diff) |
Initial version.
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>
Notes
Notes:
svn path=/head/; revision=36315
Diffstat (limited to 'chinese/eterm/files/patch-ax')
-rw-r--r-- | chinese/eterm/files/patch-ax | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chinese/eterm/files/patch-ax b/chinese/eterm/files/patch-ax new file mode 100644 index 000000000000..5480ef1fe617 --- /dev/null +++ b/chinese/eterm/files/patch-ax @@ -0,0 +1,17 @@ +--- themes/chooser/theme.cfg.in.orig Mon Feb 7 22:10:53 2000 ++++ themes/chooser/theme.cfg.in Mon Feb 7 22:11:31 2000 +@@ -248,10 +248,10 @@ + # The XIM support options. + # input_method: set the name of your favorate input method program + # preedit_type: OverTheSpot or OffTheSpot or Root +-# begin xim +-# input_method Ami +-# preedit_type OverTheSpot +-# end xim ++ begin xim ++ input_method kinput2 ++ preedit_type OverTheSpot ++ end xim + + # Boolean variables. The values can be "1", "on", or "true" for TRUE, or "0", + # "off", or "false" for FALSE. |