Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1234 |
// Disable TranslateWheelToCursor setting when Control-Key is pressed. |
// Disable TranslateWheelToCursor setting when Control-Key is pressed. |
| 1235 |
ts->DisableWheelToCursorByCtrl = |
ts->DisableWheelToCursorByCtrl = |
| 1236 |
GetOnOff(Section, "DisableWheelToCursorByCtrl", FName, FALSE); |
GetOnOff(Section, "DisableWheelToCursorByCtrl", FName, FALSE); |
| 1237 |
|
|
| 1238 |
|
// Strict Key Mapping. |
| 1239 |
|
ts->StrictKeyMapping = |
| 1240 |
|
GetOnOff(Section, "StrictKeyMapping", FName, FALSE); |
| 1241 |
} |
} |
| 1242 |
|
|
| 1243 |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
| 2077 |
// Disable TranslateWHeelToCursor when Control-Key is pressed. |
// Disable TranslateWHeelToCursor when Control-Key is pressed. |
| 2078 |
WriteOnOff(Section, "DisableWheelToCursorByCtrl", FName, |
WriteOnOff(Section, "DisableWheelToCursorByCtrl", FName, |
| 2079 |
ts->DisableWheelToCursorByCtrl); |
ts->DisableWheelToCursorByCtrl); |
| 2080 |
|
|
| 2081 |
|
// Strict Key Mapping. |
| 2082 |
|
WriteOnOff(Section, "StrictKeyMapping", FName, |
| 2083 |
|
ts->StrictKeyMapping); |
| 2084 |
} |
} |
| 2085 |
|
|
| 2086 |
#define VTEditor "VT editor keypad" |
#define VTEditor "VT editor keypad" |
|
|
Legend:
| Removed from v.2640 |
|
| changed lines |
| |
Added in v.2643 |
|
|
| |