Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1471 |
GetPrivateProfileString(Section, "ZModemRcvCommand", "rz", |
GetPrivateProfileString(Section, "ZModemRcvCommand", "rz", |
| 1472 |
ts->ZModemRcvCommand, sizeof(ts->ZModemRcvCommand), FName); |
ts->ZModemRcvCommand, sizeof(ts->ZModemRcvCommand), FName); |
| 1473 |
|
|
|
#ifndef NO_COPYLINE_FIX |
|
| 1474 |
/* Enable continued-line copy -- special option */ |
/* Enable continued-line copy -- special option */ |
| 1475 |
ts->EnableContinuedLineCopy = |
ts->EnableContinuedLineCopy = |
| 1476 |
GetOnOff(Section, "EnableContinuedLineCopy", FName, FALSE); |
GetOnOff(Section, "EnableContinuedLineCopy", FName, FALSE); |
|
#endif /* NO_COPYLINE_FIX */ |
|
| 1477 |
|
|
| 1478 |
if (GetOnOff(Section, "DisablePasteMouseRButton", FName, FALSE)) |
if (GetOnOff(Section, "DisablePasteMouseRButton", FName, FALSE)) |
| 1479 |
ts->PasteFlag |= CPF_DISABLE_RBUTTON; |
ts->PasteFlag |= CPF_DISABLE_RBUTTON; |
|
|
Legend:
| Removed from v.6801 |
|
| changed lines |
| |
Added in v.6803 |
|
|
| |