Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1342 |
for (i = 0; i <= 3; i++) |
for (i = 0; i <= 3; i++) |
| 1343 |
GetNthNum(Temp, 1 + i, &ts->PrnMargin[i]); |
GetNthNum(Temp, 1 + i, &ts->PrnMargin[i]); |
| 1344 |
|
|
| 1345 |
|
/* Disable (convert to NL) Form Feed when printing */ |
| 1346 |
|
/* --- special option */ |
| 1347 |
|
ts->PrnConvFF = |
| 1348 |
|
GetOnOff(Section, "PrnConvFF", FName, FALSE); |
| 1349 |
|
|
| 1350 |
/* Quick-VAN log -- special option */ |
/* Quick-VAN log -- special option */ |
| 1351 |
if (GetOnOff(Section, "QVLog", FName, FALSE)) |
if (GetOnOff(Section, "QVLog", FName, FALSE)) |
| 1352 |
ts->LogFlag |= LOG_QV; |
ts->LogFlag |= LOG_QV; |
| 2839 |
ts->PrnMargin[0], ts->PrnMargin[1], |
ts->PrnMargin[0], ts->PrnMargin[1], |
| 2840 |
ts->PrnMargin[2], ts->PrnMargin[3]); |
ts->PrnMargin[2], ts->PrnMargin[3]); |
| 2841 |
|
|
| 2842 |
|
/* Disable (convert to NL) Form Feed when printing */ |
| 2843 |
|
/* --- special option */ |
| 2844 |
|
WriteOnOff(Section, "PrnConvFF", FName, ts->PrnConvFF); |
| 2845 |
|
|
| 2846 |
/* Quick-VAN log -- special option */ |
/* Quick-VAN log -- special option */ |
| 2847 |
WriteOnOff(Section, "QVLog", FName, (WORD) (ts->LogFlag & LOG_QV)); |
WriteOnOff(Section, "QVLog", FName, (WORD) (ts->LogFlag & LOG_QV)); |
| 2848 |
|
|
|
|
Legend:
| Removed from v.6918 |
|
| changed lines |
| |
Added in v.6921 |
|
|
| |