Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3441 by doda, Fri Jun 5 07:00:43 2009 UTC revision 3479 by maya, Sun Jun 14 15:12:00 2009 UTC
# Line 1294  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1294  void FAR PASCAL ReadIniFile(PCHAR FName,
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)
# Line 2242  void FAR PASCAL WriteIniFile(PCHAR FName Line 2248  void FAR PASCAL WriteIniFile(PCHAR FName
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26