Develop and Download Open Source Software

Browse Subversion Repository

Revision 10192


Jump to revision: Previous Next
Author: zmatsuo
Date: Fri Aug 26 14:29:24 2022 UTC (19 months, 3 weeks ago)
Changed paths: 9
Log Message:
文字色設定の整理

- 反転表示、常に標準の背景色を使う、8/16/256色表示 を整理
  - 反転表示 = 文字のBGとFGの色が入れ替わる処理
- vtdisp.c の DispSetupDC() のみで表示文字の色設定を行うようにした
- 従来、カラーテーブルの入れ替え、上書きなどを行っていた
  - BGExchangeColor() を削除
  - テーブルの入れ替えなどを行っている部分を削除
- 文字背景色が標準属性背景色で上書きしなくても表示できるようにした
  - ウィンドウの設定ダイアログの「常に標準の背景色を使う」のチェック
  - TERATERM.INI の [Tera Term] セクション UseNormalBGColor=on/off
  - 次の手順で上書きされる
    - 標準色を使うのチェックが外れている状態から
    - チェックを入れて
    - TERATERM.INIを保存すると、背景色が標準背景色となる
- 各種文字色設定をテストするテストを追加 color-sgr-decscnm.pl
  - いろいろなパターンの色設定を表示
  - 反転表示
  - マニュアルにスクリプトについて追記

Changed paths

Path Details
Directorytrunk/doc/en/html/menu/setup-additional-visual-theme.html modified , text changed
Directorytrunk/doc/ja/html/menu/setup-additional-visual-theme.html modified , text changed
Directorytrunk/teraterm/teraterm/addsetting.cpp modified , text changed
Directorytrunk/teraterm/teraterm/vtdisp.c modified , text changed
Directorytrunk/teraterm/teraterm/vtdisp.h modified , text changed
Directorytrunk/teraterm/teraterm/vtterm.c modified , text changed
Directorytrunk/teraterm/ttpdlg/ttdlg.c modified , text changed
Directorytrunk/teraterm/ttpset/ttset.c modified , text changed
Directorytrunk/tests/color-sgr-decscnm.pl added

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26