| 922 |
GetPrivateProfileString(Section, "PassThruPort", "", |
GetPrivateProfileString(Section, "PassThruPort", "", |
| 923 |
ts->PrnDev, sizeof(ts->PrnDev), FName); |
ts->PrnDev, sizeof(ts->PrnDev), FName); |
| 924 |
|
|
| 925 |
/* プリンタ用制御コードを無視するかどうか */ |
/* プリンタ用制御コードを受け付けるか */ |
| 926 |
ts->IgnorePrinterCtrl = GetOnOff(Section, "IgnorePrinterCtrl", FName, FALSE); |
if (GetOnOff(Section, "PrinterCtrlSequence", FName, TRUE)) |
| 927 |
|
ts->TermFlag |= TF_PRINTERCTRL; |
| 928 |
|
|
| 929 |
/* Printer Font --- special option */ |
/* Printer Font --- special option */ |
| 930 |
GetPrivateProfileString(Section, "PrnFont", "", |
GetPrivateProfileString(Section, "PrnFont", "", |
| 2109 |
/* -- special option */ |
/* -- special option */ |
| 2110 |
WritePrivateProfileString(Section, "PassThruPort", ts->PrnDev, FName); |
WritePrivateProfileString(Section, "PassThruPort", ts->PrnDev, FName); |
| 2111 |
|
|
| 2112 |
/* プリンタ用制御コードを無視するかどうか */ |
/* プリンタ用制御コードを受け付けるか */ |
| 2113 |
WriteOnOff(Section, "IgnorePrinterCtrl", FName, ts->IgnorePrinterCtrl); |
WriteOnOff(Section, "PrinterCtrlSequence", FName, |
| 2114 |
|
ts->TermFlag & TF_PRINTERCTRL); |
| 2115 |
|
|
| 2116 |
/* Printer Font --- special option */ |
/* Printer Font --- special option */ |
| 2117 |
WriteFont(Section, "PrnFont", FName, |
WriteFont(Section, "PrnFont", FName, |