9807f7489f
Console CJK Environment let you display and input Chinese/Japanese/Korean under Linux/FreeBSD console, it works both in VGA mode and frame buffer mode. Input methods include PinYin WuBi ShuangPin Ziranma CangJie Zhuyin Dayi YingHan, totally around 40. PR: ports/61943 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
19 lines
506 B
INI
19 lines
506 B
INI
--- src/cce.cfg.orig Wed Nov 12 12:16:42 2003
|
|
+++ src/cce.cfg Thu Jan 15 17:45:49 2004
|
|
@@ -286,14 +286,14 @@
|
|
# For Linux, CCE will try to use gpm mouse server first
|
|
# For FreeBSD, CCE will try to use moused server first(Mousesystems)
|
|
Mouse:
|
|
- PS2
|
|
+ MouseSystems
|
|
# Mouse baud rate
|
|
MouseBaud:
|
|
1200
|
|
# Mouse device file name
|
|
# For FreeBSD, please change to /dev/sysmouse (virtual mouse driver)
|
|
MouseDev:
|
|
- /dev/mouse
|
|
+ /dev/sysmouse
|
|
|
|
# Use hard scroll HardScroll No longer supported
|
|
#HardScroll:
|