diff --git a/manual/5/en/about/emulations_dec_special.html b/manual/5/en/about/emulations_dec_special.html index ba125ce..212a8e4 100644 --- a/manual/5/en/about/emulations_dec_special.html +++ b/manual/5/en/about/emulations_dec_special.html @@ -74,14 +74,14 @@
In CJK environment, Tera Term displays Box-drawing character and some symbols with 2 column widths. (Character width can be changed in the settings. - Refer to Additional settings / "coding" tab, Ambiguous Characters width) + Refer to Additional settings / "Encoding" tab, Ambiguous Characters width)
However, some host applications may assume these characters will be displayed as 1-column wide character which results in incorrect display image.
In addition, a ruler may be displayed by using +-| and some unsupported characters may be displayed as ?? in English mode.
Tera Term can be configured to display these characters by similar code of DEC Special Graphics (if any exists) to minimize the incorrect display image.
-Setting can be changed on Additional settings / "coding" tab, DEC Special Graphics
+Setting can be changed on Additional settings / "Encoding" tab, DEC Special Graphics
However this feature causes a side effect that characters selected by mouse will be copied as different characters in a clipboard.
+ If a user uses the vim editor, write below entries in the ~/.vimrc to enable this feature. +
+ ++set t_SI=^[[3\ q +set t_EI=^[[1\ q +NOTE: Input ^[ by using Control-V Control-[. ++ + If the cursor periodically blinks after an application exits, a user should configure as follows.
+civis=\E[?25l +cnorm=\E[?12l\E[?25h +cvvis=\E[?12;25h ++ + When the upper configuration is enabled, the normal cursor displays with the non-blinking mode and the emphasis cursor displays with the blinking mode. + So, the cursor does not blink when the terminfo application displays the own cursor.
+% infocmp xterm > xterm.ti +Open the xterm.ti file, change from a value of cnorm and cvvis to \E?25h. +% tic -o ~/.terminfo xterm.ti +Execute the tic command. +# tic xterm.ti +If the configuration is enabled as whole system, execute the upper command with a root user. ++
+ NOTE: The cygterm.cfg file is automatically updated after configuration on version 4.88 or earlier,
+ however the file is not automatically updated on version 4.89 or later.
+ Please do Setup - Save Setup to update the cygterm.cfg file.
+
- If a user uses the vim editor, write below entries in the ~/.vimrc to enable this feature. -
- --set t_SI=^[[3\ q -set t_EI=^[[1\ q -NOTE: Input ^[ by using Control-V Control-[. -- - If the cursor periodically blinks after an application exits, a user should configure as follows.
-civis=\E[?25l -cnorm=\E[?12l\E[?25h -cvvis=\E[?12;25h -- - When the upper configuration is enabled, the normal cursor displays with the non-blinking mode and the emphasis cursor displays with the blinking mode. - So, the cursor does not blink when the terminfo application displays the own cursor.
-% infocmp xterm > xterm.ti -Open the xterm.ti file, change from a value of cnorm and cvvis to \E?25h. -% tic -o ~/.terminfo xterm.ti -Execute the tic command. -# tic xterm.ti -If the configuration is enabled as whole system, execute the upper command with a root user. --
- NOTE: The cygterm.cfg file is automatically updated after configuration on version 4.88 or earlier,
- however the file is not automatically updated on version 4.89 or later.
- Please do Setup - Save Setup to update the cygterm.cfg file.
-
+ Open General tab of Additional settings dialog. +