diff options
Diffstat (limited to 'chinese/rxvt-big5/pkg-message')
-rw-r--r-- | chinese/rxvt-big5/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/rxvt-big5/pkg-message b/chinese/rxvt-big5/pkg-message new file mode 100644 index 0000000..2b006d4 --- /dev/null +++ b/chinese/rxvt-big5/pkg-message @@ -0,0 +1,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 +command: + +cd /usr/ports/chinese/rxvt-big5 +make NO_MULTIBYTE_CURSOR=yes deinstall clean install clean + |