0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

TeraTermで背景色を接続先ごとに設定

Last updated at Posted at 2023-03-29

TeraTerm配布サイトにアクセスして、zipファイル(teraterm-4.106.zipなど)をダウンロードする。

ダウンロードしたzipを解凍すると、中に TTXCommandLineOpt.dll があるのでこのファイルをTeraTermのインストール先にコピペする。

/BG=R,G,B で背景色を指定できる。
/RG=R,G,B で文字色を指定できる。
/SIZE=XxY or /SIZE=X,Y でウィンドウサイズを指定できる。

さらに、それを便利につかえるようにしたものに TTXCommandLineOptKai がある。
オリジナルは文字色背景が変わらないが、こちらにも対応したものである。

また、/BR=R のようにプリセットされた色を設定することも可能な模様。
[R]ed, [G]reen, [B]lue, [C]yan, [M]agenta, [Y]ellow, [B]lacK, [S]ilver

詳細は作者サイトを確認する。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?