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 4031 by maya, Sat Aug 21 03:12:13 2010 UTC revision 4082 by doda, Thu Sep 2 08:07:09 2010 UTC
# Line 803  void FAR PASCAL ReadIniFile(PCHAR FName, Line 803  void FAR PASCAL ReadIniFile(PCHAR FName,
803                  ts->TermFlag |= TF_BACKWRAP;                  ts->TermFlag |= TF_BACKWRAP;
804    
805          /* Beep type -- special option */          /* Beep type -- special option */
806            GetPrivateProfileString(Section, "Beep", "", Temp, sizeof(Temp), FName);
807          if (_stricmp(Temp, "off") == 0)          if (_stricmp(Temp, "off") == 0)
808                  ts->Beep = IdBeepOff;                  ts->Beep = IdBeepOff;
809          else if (_stricmp(Temp, "visual") == 0)          else if (_stricmp(Temp, "visual") == 0)

Legend:
Removed from v.4031  
changed lines
  Added in v.4082

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