Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1262 |
// added DisableAcceleratorDuplicateSession (2009.4.6 maya) |
// added DisableAcceleratorDuplicateSession (2009.4.6 maya) |
| 1263 |
ts->DisableAcceleratorDuplicateSession = |
ts->DisableAcceleratorDuplicateSession = |
| 1264 |
GetOnOff(Section, "DisableAcceleratorDuplicateSession", FName, FALSE); |
GetOnOff(Section, "DisableAcceleratorDuplicateSession", FName, FALSE); |
| 1265 |
|
|
| 1266 |
|
// added PasteDelayPerLine (2009.4.12 maya) |
| 1267 |
|
ts->PasteDelayPerLine = |
| 1268 |
|
GetPrivateProfileInt(Section, "PasteDelayPerLine", 10, FName); |
| 1269 |
} |
} |
| 1270 |
|
|
| 1271 |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
| 2180 |
// DisableAcceleratorDuplicateSession |
// DisableAcceleratorDuplicateSession |
| 2181 |
WriteOnOff(Section, "DisableAcceleratorDuplicateSession", FName, |
WriteOnOff(Section, "DisableAcceleratorDuplicateSession", FName, |
| 2182 |
ts->DisableAcceleratorDuplicateSession); |
ts->DisableAcceleratorDuplicateSession); |
| 2183 |
|
|
| 2184 |
|
// added PasteDelayPerLine (2009.4.12 maya) |
| 2185 |
|
WriteInt(Section, "PasteDelayPerLine", FName, |
| 2186 |
|
ts->PasteDelayPerLine); |
| 2187 |
} |
} |
| 2188 |
|
|
| 2189 |
#define VTEditor "VT editor keypad" |
#define VTEditor "VT editor keypad" |
|
|
Legend:
| Removed from v.3284 |
|
| changed lines |
| |
Added in v.3306 |
|
|
| |