When a user double-clicks a word with the mouse, the word can be selected.
A delimiter character can be changed by using the DelimList entry in the [Tera Term]
section of the teraterm.in file.
DelimList=<delimiter characters>
For example,
DelimList=<>()[]
can specify six delimiters("<", ">", "(", ")", "[", "]"). However, the space character and "$" character must be specified the "$20", "$24".
DelimList=$20 ; space character Default value: DelimList=$20!"#$24%&'()*+,-./:;<=>?@[\]^`{|}~
The "DelimList" entry can be specified only one-byte character(what is called half-size character).
The two-bytes character(what is called double-byte character) is treated as the delimiter character.
If the two-bytes character is not treated as the delimiter, please configure the DelimDBCS entry in the following:
DelimDBCS=off Default value: DelimDBCS=on
For your reference, here is the older Tera Term configuration.
DelimList=$20 DelimDBCS=off