Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1052 |
|
|
| 1053 |
ts->LogAllBuffIncludedInFirst = GetOnOff(Section, "LogIncludeScreenBuffer", FName, FALSE); |
ts->LogAllBuffIncludedInFirst = GetOnOff(Section, "LogIncludeScreenBuffer", FName, FALSE); |
| 1054 |
|
|
| 1055 |
|
/* Timestamp format of Log each line */ |
| 1056 |
|
GetPrivateProfileString(Section, "LogTimestampFormat", "%a %b %e %H:%M:%S.%N %Y", |
| 1057 |
|
ts->LogTimestampFormat, sizeof(ts->LogTimestampFormat), |
| 1058 |
|
FName); |
| 1059 |
|
|
| 1060 |
/* File Transfer dialog visibility */ |
/* File Transfer dialog visibility */ |
| 1061 |
ts->FTHideDialog = GetOnOff(Section, "FTHideDialog", FName, FALSE); |
ts->FTHideDialog = GetOnOff(Section, "FTHideDialog", FName, FALSE); |
| 1062 |
|
|
| 2536 |
|
|
| 2537 |
WriteOnOff(Section, "LogIncludeScreenBuffer", FName, ts->LogAllBuffIncludedInFirst); |
WriteOnOff(Section, "LogIncludeScreenBuffer", FName, ts->LogAllBuffIncludedInFirst); |
| 2538 |
|
|
| 2539 |
|
/* Timestamp format of Log each line */ |
| 2540 |
|
WritePrivateProfileString(Section, "LogTimestampFormat", |
| 2541 |
|
ts->LogTimestampFormat, FName); |
| 2542 |
|
|
| 2543 |
/* Default Log file name (2006.8.28 maya) */ |
/* Default Log file name (2006.8.28 maya) */ |
| 2544 |
WritePrivateProfileString(Section, "LogDefaultName", |
WritePrivateProfileString(Section, "LogDefaultName", |
| 2545 |
ts->LogDefaultName, FName); |
ts->LogDefaultName, FName); |
|
|
Legend:
| Removed from v.6749 |
|
| changed lines |
| |
Added in v.6767 |
|
|
| |