K 10 svn:author V 2 ed K 8 svn:date V 27 2013-12-24T18:42:26.988596Z K 7 svn:log V 316 Fix copy-pasting of CJK fullwidth characters. They are stored as two separate characters in the vtbuf, so copy-pasting will cause them to be passed to terminal_input_char() twice. Extend terminal_input_char() to explicitly discard characters with TF_CJK_RIGHT set. This causes only the left part to generate input. END