Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1525 |
GetPrivateProfileInt(Section, "BeepOverUsedTime", 2, FName); |
GetPrivateProfileInt(Section, "BeepOverUsedTime", 2, FName); |
| 1526 |
ts->BeepSuppressTime = |
ts->BeepSuppressTime = |
| 1527 |
GetPrivateProfileInt(Section, "BeepSuppressTime", 5, FName); |
GetPrivateProfileInt(Section, "BeepSuppressTime", 5, FName); |
| 1528 |
|
|
| 1529 |
|
// Max OSC string buffer size |
| 1530 |
|
ts->MaxOSCBufferSize = |
| 1531 |
|
GetPrivateProfileInt(Section, "MaxOSCBufferSize", 4096, FName); |
| 1532 |
} |
} |
| 1533 |
|
|
| 1534 |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
| 2687 |
WriteInt(Section, "BeepOverUsedCount", FName, ts->BeepOverUsedCount); |
WriteInt(Section, "BeepOverUsedCount", FName, ts->BeepOverUsedCount); |
| 2688 |
WriteInt(Section, "BeepOverUsedTime", FName, ts->BeepOverUsedTime); |
WriteInt(Section, "BeepOverUsedTime", FName, ts->BeepOverUsedTime); |
| 2689 |
WriteInt(Section, "BeepSuppressTime", FName, ts->BeepSuppressTime); |
WriteInt(Section, "BeepSuppressTime", FName, ts->BeepSuppressTime); |
| 2690 |
|
|
| 2691 |
|
// Max OSC string buffer size |
| 2692 |
|
WriteInt(Section, "MaxOSCBufferSize", FName, ts->MaxOSCBufferSize); |
| 2693 |
} |
} |
| 2694 |
|
|
| 2695 |
#define VTEditor "VT editor keypad" |
#define VTEditor "VT editor keypad" |
|
|
Legend:
| Removed from v.5403 |
|
| changed lines |
| |
Added in v.5410 |
|
|
| |