blob: ebd8a1634da197cb3ba72c4cc38900592438ceaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
If you want rxvt-big5 to automatically detect multibyte characters when
moving the cursor, put the following line into your .Xdefaults or .Xresources:
rxvt.multibyte_cursor: yes
If you do not wish to have this feature, reinstall the port with the following
commands:
cd /usr/ports/chinese/rxvt-big5
make NO_MULTIBYTE_CURSOR=yes deinstall clean install clean
|