Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1294 |
|
|
| 1295 |
// Meta sets MSB |
// Meta sets MSB |
| 1296 |
ts->Meta8Bit = GetOnOff(Section, "Meta8Bit", FName, FALSE); |
ts->Meta8Bit = GetOnOff(Section, "Meta8Bit", FName, FALSE); |
| 1297 |
|
|
| 1298 |
|
// Window control sequence |
| 1299 |
|
ts->WindowCtrlSequence = GetOnOff(Section, "WindowCtrlSequence", FName, FALSE); |
| 1300 |
|
|
| 1301 |
|
// Cursor control sequence |
| 1302 |
|
ts->CursorCtrlSequence = GetOnOff(Section, "CursorCtrlSequence", FName, FALSE); |
| 1303 |
} |
} |
| 1304 |
|
|
| 1305 |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
void FAR PASCAL WriteIniFile(PCHAR FName, PTTSet ts) |
| 2248 |
|
|
| 2249 |
// Meta sets MSB |
// Meta sets MSB |
| 2250 |
WriteOnOff(Section, "Meta8Bit", FName, ts->Meta8Bit); |
WriteOnOff(Section, "Meta8Bit", FName, ts->Meta8Bit); |
| 2251 |
|
|
| 2252 |
|
// Window control sequence |
| 2253 |
|
WriteOnOff(Section, "WindowCtrlSequence", FName, ts->WindowCtrlSequence); |
| 2254 |
|
|
| 2255 |
|
// Cursor control sequence |
| 2256 |
|
WriteOnOff(Section, "CursorCtrlSequence", FName, ts->CursorCtrlSequence); |
| 2257 |
} |
} |
| 2258 |
|
|
| 2259 |
#define VTEditor "VT editor keypad" |
#define VTEditor "VT editor keypad" |
|
|
Legend:
| Removed from v.3441 |
|
| changed lines |
| |
Added in v.3479 |
|
|
| |