[Ttssh2-commit] [8323] フォントに関するデフォルト設定を変更したことを元に戻した。

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 10月 21日 (月) 00:02:57 JST


Revision: 8323
          https://osdn.net/projects/ttssh2/scm/svn/commits/8323
Author:   yutakapon
Date:     2019-10-21 00:02:57 +0900 (Mon, 21 Oct 2019)
Log Message:
-----------
フォントに関するデフォルト設定を変更したことを元に戻した。

Modified Paths:
--------------
    branches/unicode_buf/doc/en/html/setup/teraterm-ini.html
    branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html
    branches/unicode_buf/installer/release/TERATERM.INI
    branches/unicode_buf/installer/setini.pl
    branches/unicode_buf/installer/teraterm.iss
    branches/unicode_buf/teraterm/ttpset/ttset.c

-------------- next part --------------
Modified: branches/unicode_buf/doc/en/html/setup/teraterm-ini.html
===================================================================
--- branches/unicode_buf/doc/en/html/setup/teraterm-ini.html	2019-10-20 03:56:00 UTC (rev 8322)
+++ branches/unicode_buf/doc/en/html/setup/teraterm-ini.html	2019-10-20 15:02:57 UTC (rev 8323)
@@ -753,7 +753,7 @@
 	</tr>
 	<tr>
 		<td id="ListHiddenFonts"><a href="../menu/setup-additional.html#ListHiddenFonts">ListHiddenFonts</a></td>
-		<td style="width:250px;">on</td>
+		<td style="width:250px;">off</td>
 		<td style="width:250px;"><-</td>
 		<td></td>
 	</tr>
@@ -1402,7 +1402,7 @@
 	<tr>
 		<td id="VTFont"><a href="../menu/setup-font.html#VTFont">VTFont</a></td>
 		<td style="width:250px;">*</td>
-		<td style="width:250px;">Courier New,0,-16,0</td>
+		<td style="width:250px;">Terminal,0,-13,1</td>
 		<td>* by the installer</td>
 	</tr>
 	<tr>

Modified: branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html
===================================================================
--- branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html	2019-10-20 03:56:00 UTC (rev 8322)
+++ branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html	2019-10-20 15:02:57 UTC (rev 8323)
@@ -759,7 +759,7 @@
 	</tr>
 	<tr>
 		<td id="ListHiddenFonts"><a href="../menu/setup-additional.html#ListHiddenFonts">ListHiddenFonts</a></td>
-		<td style="width:250px;">on</td>
+		<td style="width:250px;">off</td>
 		<td style="width:250px;"><-</td>
 		<td></td>
 	</tr>
@@ -1408,7 +1408,7 @@
 	<tr>
 		<td id="VTFont"><a href="../menu/setup-font.html#VTFont">VTFont</a></td>
 		<td style="width:250px;">\x81\xA6</td>
-		<td style="width:250px;">Courier New,0,-16,0</td>
+		<td style="width:250px;">Terminal,0,-13,1</td>
 		<td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td>
 	</tr>
 	<tr>

Modified: branches/unicode_buf/installer/release/TERATERM.INI
===================================================================
--- branches/unicode_buf/installer/release/TERATERM.INI	2019-10-20 03:56:00 UTC (rev 8322)
+++ branches/unicode_buf/installer/release/TERATERM.INI	2019-10-20 15:02:57 UTC (rev 8323)
@@ -551,7 +551,7 @@
 LanguageSelection=on
 
 ; List hidden fonts (Windows 7 or later)
-ListHiddenFonts=on
+ListHiddenFonts=off
 
 ; Lock Terminal Unique ID
 LockTUID=on

Modified: branches/unicode_buf/installer/setini.pl
===================================================================
--- branches/unicode_buf/installer/setini.pl	2019-10-20 03:56:00 UTC (rev 8322)
+++ branches/unicode_buf/installer/setini.pl	2019-10-20 15:02:57 UTC (rev 8323)
@@ -5,7 +5,7 @@
 	s/^(Language\s*=).*$/$1Japanese/;
 	s/^(Locale\s*=).*$/$1japanese/;
 	s/^(CodePage\s*=).*$/${1}932/;
-	s/^(VTFont\s*=).*$/$1Courier New,0,-16,0/;
+	s/^(VTFont\s*=).*$/$1Terminal,0,-19,128/;
 	s/^(TEKFont\s*=).*$/$1Terminal,0,8,128/;
 	s/^(TCPPort\s*=).*$/${1}22/;
 	print;

Modified: branches/unicode_buf/installer/teraterm.iss
===================================================================
--- branches/unicode_buf/installer/teraterm.iss	2019-10-20 03:56:00 UTC (rev 8322)
+++ branches/unicode_buf/installer/teraterm.iss	2019-10-20 15:02:57 UTC (rev 8323)
@@ -540,7 +540,7 @@
       if Length(Language) = 0 then
         SetIniString('Tera Term', 'Language', 'UTF-8', iniFile);
       if Length(VTFont) = 0 then
-        SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile);
+        SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
       if Length(TEKFont) = 0 then
         SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
     end;
@@ -553,7 +553,7 @@
       if CodePage = 0 then
         SetIniInt('Tera Term', 'CodePage', 932, iniFile);
       if Length(VTFont) = 0 then
-        SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile);
+        SetIniString('Tera Term', 'VTFont', 'Terminal,0,-19,128', iniFile);
       if Length(TEKFont) = 0 then
         SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,128', iniFile);
     end;
@@ -566,7 +566,7 @@
       if CodePage = 0 then
         SetIniInt('Tera Term', 'CodePage', 949, iniFile);
       if Length(VTFont) = 0 then
-        SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile);
+        SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
       if Length(TEKFont) = 0 then
         SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
     end;
@@ -579,7 +579,7 @@
       if CodePage = 0 then
         SetIniInt('Tera Term', 'CodePage', 1251, iniFile);
       if Length(VTFont) = 0 then
-        SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile);
+        SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
       if Length(TEKFont) = 0 then
         SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
     end;
@@ -607,7 +607,7 @@
       end;
 
       if Length(VTFont) = 0 then
-        SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile);
+        SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
       if Length(TEKFont) = 0 then
         SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
     end;

Modified: branches/unicode_buf/teraterm/ttpset/ttset.c
===================================================================
--- branches/unicode_buf/teraterm/ttpset/ttset.c	2019-10-20 03:56:00 UTC (rev 8322)
+++ branches/unicode_buf/teraterm/ttpset/ttset.c	2019-10-20 15:02:57 UTC (rev 8323)
@@ -1113,7 +1113,7 @@
 	ts->TEKColorEmu = GetOnOff(Section, "TEKColorEmulation", FName, FALSE);
 
 	/* VT Font */
-	ReadFont(Section, "VTFont", "Courier New,0,-16,0", FName,
+	ReadFont(Section, "VTFont", "Terminal,0,-13,1", FName,
 			 ts->VTFont, _countof(ts->VTFont),
 			 &ts->VTFontSize, &(ts->VTFontCharSet));
 
@@ -2134,7 +2134,7 @@
 		ts->PasteFlag |= CPF_NORMALIZE_LINEBREAK;
 
 	// List Inactive Font
-	ts->ListHiddenFonts = GetOnOff(Section, "ListHiddenFonts", FName, TRUE);
+	ts->ListHiddenFonts = GetOnOff(Section, "ListHiddenFonts", FName, FALSE);
 
 	// ISO2022ShiftFunction
 	GetPrivateProfileString(Section, "ISO2022ShiftFunction", "on", Temp, sizeof(Temp), FName);


Ttssh2-commit メーリングリストの案内
Back to archive index