From: Araki K. <j00...@ip...> - 2001-12-15 14:25:47
|
I committed changes below. * prefer_utf8_selection (-U/--utf8sel) , auto_detect_utf8_selection (-o/--autoutf8) options are added. * when window resized , font changed or encoding changed , screen may not be redrawn or cursor position may be strange. fixed. if prefer_utf8_selection option is true , mlterm prefers utf8 to ctext in selection with other X applications. otherwise , if auto_detect_utf8_selection is true and tty encoding is a subset of UTF8 (e.g. eucJP , eucKR ...) , mlterm works the same as the case prefer_utf8_selection option is true. Regard, -- kiken j00...@ip... |