If you select text by mouse, it is copied to Windows clipboard at the same time. To enable/disable the auto text copying, edit the AutoTextCopy line in the [Tera Term] section of the setup file like the following:
AutoTextCopy=off
Default: AutoTextCopy=on
You can select a word by double clicking it with the left mouse button. You can specify delimiter characters for the word selection by editing the DelimList line in the [Tera Term] section of the setup file like the following:
DelimList=<delimiter characters>
For example:
DelimList=<>()[]
specifies 6 delimiter characters "<", ">", "(", ")", "[" and "]". Note that the space and "$" characters should be specified as "$20" and "$24":
DelimList=$20 ; space character
Default: DelimList=$20!"#$24%&'()*+,-./:;<=>?@[\]^`{|}~
By default, delimit between one cell characters and two cells or more characters (such as kanji or emojis).
Setting off DelimDBCS in the [Tera Term] section of the configuration file will disable the delimiter.
DelimDBCS=off
Default: DelimDBCS=on
If you prefer the word selection behavior of earlier Tera Term versions, specify like the following:
DelimList=$20 DelimDBCS=off
When the menu bar is hidden, clicking the left mouse button while pressing the Ctrl key causes the pop-up menu to appear. To disable the pop-up menu, edit the EnablePopupMenu line in the [Tera Term] section of the setup file like the following:
EnablePopupMenu=off
Default: EnablePopupMenu=on
When the menu bar is hidden, the "Show menu bar" command appears in the system menu. To hide the "Show menu bar" command, edit the EnableShowMenu line in the [Tera Term] section of the setup file like the following:
EnableShowMenu=off
Default: EnableShowMenu=on
You can change the maximum scroll buffer size, which can be specified in the [Setup] Window dialog box, by editing the MaxBuffSize line in the [Tera Term] section of the setup file like the following:
MaxBuffSize=<number of lines> (should be less than or equal to 500000)
Note: Tera Term consumes <scroll buffer size> * <terminal width> * 5 bytes of memory for the scroll buffer.
Default: MaxBuffSize=10000
You can make the cursor nonblinking by editing the NonblinkingCursor line in the [Tera Term] section of the setup file like the following:
NonblinkingCursor=on
Default: NonblinkingCursor=off
To change the maximum number of lines to move in a jump scrolling, edit the ScrollThreshold line in the [Tera Term] section of the setup file like the following:
ScrollThreshold=<number of lines>
Default: ScrollThreshold=12
When the window is inactive, you can activate the window by clicking the text area of window. In the default setup, if mouse L button is clicked, the text selection is started by this mouse clicking at the same time. To disable the text selection when the window is activated by mouse Left click, edit the SelectOnActivate line in the [Tera Term] section of the setup file like the following:
SelectOnActivate=off
Default: SelectOnActivate=on
To change the title format, edit the TitleFormat line in the [Tera Term] section of the setup file like the following:
You can change the key code for the left mouse button by editing the TEKGINMouseCode line in the [Tera Term] section of the setup file like the following:
TitleFormat=<format ID>
<format ID> is an integer value. It is treated as bit string.
1st bit (1) | Displays tcp hostname or serial port number |
2nd bit (2) | Displays session No. |
3rd bit (4) | Displays VT/TEK |
4th bit (8) | Displays <host/port> first |
5th bit (16) | Displays TCP port number |
6th bit (32) | Displays the speed of serial port |
Examples of <format ID> are shown as follows.
Format ID Title format 0 <title> 1 <title> - <host/port> 2 <title> (session no.) 3 <title> - <host/port> (session no.) 4 <title> VT/TEK 5 <title> - <host/port> VT/TEK 6 <title> (session no.) VT/TEK 7 <title> - <host/port> (session no.) VT/TEK 13 <host/port> - <title> VT/TEK 29 <host:tcpport/port> - <title> VT/TEK 45 <host/port:bps> - <title> VT/TEK 61 <host:tcpport/port:bps> - <title> VT/TEK
Default: TitleFormat=5
The escape sequences "<ESC>[37m" and "<ESC>[30m" make the text color white and black, respectively. Similarly, the escape sequences "<ESC>[47m" and "<ESC>[40m" make the background color white and black, respectively.
Some applications assume that the screen background is black (like real VT100 terminal), and expect that white colored text is visible. However, when the background color of Tera Term is white, therefore white colored text is invisible.
If you edit the UseTextColor line in the [Tera Term] section of the setup file like the following:
UseTextColor=on
the actual color of "white" colored text (background) becomes a color for "Text" specified in the [Setup] Window dialog box. Similarly, the actual colors for "black" text (background) becomes a color for "Background".
Default: UseTextColor=off
To change space between characters (lines), edit the VTFontSpace line in the [Tera Term] section of the setup file like the following:
VTFontSpace=<dx1>,<dx2>,<dy1>,<dy2>
Where: <dx1> Left side space for each character in pixels. <dx2> Right side space for each character in pixels. <dy1> Space above each line in pixels. <dy2> Space below each line in pixels.
Example: VTFontSpace=0,1,0,0 expand 1 pixel of right side space for each character. VTFontSpace=0,0,1,0 expand 1 pixel of space above each line. VTFontSpace=0,0,-1,-1 reduce 1 pixel of space above and bellow each line.
Default: VTFontSpace=0,0,0,0
To hide the [Window] menu, edit the WindowMenu line in the [Tera Term] section of the setup file like the following:
WindowMenu=off
Default: WindowMenu=on
The screen scrolling method can be specified when the window size is maximized.
When the window size is maximized, the screen will be corrupted while the screen is scrolling as same normal window.
So, a user can change the method of scrolling method.
Currently, below scrolling methods are as follows:
The default value is Method 2 when the window size is maximized. If you have a problem by using scrolling, the method can be changed another method.
For example, when the MaximizedBugTweak entry of [Tera Term] section is changed below setting, the Method 1 is used for scrolling.
MaximizedBugTweak=1
Default: MaximizedBugTweak=2
Tera Term will display the cursor even if the window comes out of focus.
If you want to disable this option, modify a line of KillFocusCursor in [Tera Term] section of setup file as follows.
KillFocusCursor=off
Default: KillFocusCursor=on
In order to change the default window position, change values of VTPos line(VT Window) and TEKPos line(TEK Window) at [Tera Term] section inside the setup file.
For example, if you want to set the default VT window position to 200 pixels from the left side of the screen and 100px from the top of the screen, change the setup file as follows.
VTPos=200,100
The initial position is not fixed and Windows can decide the position by changing the setup file as follows.
VTPos=-2147483648,-2147483648 TEKPos=-2147483648,-2147483648
Notice: As described below, if SaveVTPosWinPos is on and at the time of executing "Save setup" or closing VT window, VTPos setting will be overwritten by current window position setting.
Default: VTPos=-2147483648,-2147483648 TEKPos=-2147483648,-2147483648
Tera Term does not save the window position when "Save setup" was called.
If you enable this position, current window position is saved to a specified setup file.
Also if this option is enabled, current window position and terminal size are saved to the current setup file when VT window was closed.
SaveVTWinPos=on
Default: SaveVTWinPos=off
Tera Term executable program includes "VT window" icon, "TEK window" icon, and some other icons. If you change the value of VTIcon or TEKIcon, the displaying icon of VT window or TEK window is changed.
For example, to use old icon for VT window, specify like the following:
VTIcon=VT_CLASSIC
Following icon names are available:
Icon name | Icon |
---|---|
TTERM | |
VT | |
TEK | |
TTERM_CLASSIC | |
VT_CLASSIC | |
TTERM_3D | |
VT_3D | |
TTERM_FLAT | |
VT_FLAT | |
CYGTERM | |
Default | Default("VT" at VT window, "TEK" at TEK window) |
Also, the icon of SSH connection can be changed. For example, when the yellow icon(TTSSH2.62 earlier) is specified, please change the SSHIcon entry in the [TTSSH] section in the following:
SSHIcon=yellow
The SSHIcon can be specified in the following names:
Name | Icon |
---|---|
flat2 | |
classic | |
yellow | |
green | |
flat | |
Default | A default icon(equal to flat2) |
Default: VTIcon=Default TEKIcon=Default SSHIcon=Default
You can configure the delay for the start of text selection with the mouse and treat it as a click if the time you drag with the mouse is short.
For example, to handle as a click when the mouse drag time is shorter than 200 msecs, edit the MouseSelectStartDelay line in the [Tera Term] section of the setup file like the following:
MouseSelectStartDelay=200
Default: MouseSelectStartDelay=0
On Windows 11 the corners of window are rounded, so some areas are not shown. To prevent rounding the corners of the VT and TEK window, change the WindowCornerDontround line in [Tera Term] section of the setup file like the following:
WindowCornerDontround=on
Default: WindowCornerDontround=off