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 3227 by maya, Tue Mar 24 15:10:33 2009 UTC revision 3268 by yutakapon, Wed Apr 1 10:55:13 2009 UTC
# Line 23  Line 23 
23  static PCHAR far TermList[] =  static PCHAR far TermList[] =
24          { "VT100", "VT100J", "VT101", "VT102", "VT102J", "VT220J", "VT282",          { "VT100", "VT100J", "VT101", "VT102", "VT102J", "VT220J", "VT282",
25          "VT320", "VT382", NULL };          "VT320", "VT382", NULL };
 // expansion (2005.11.30 yutaka)  
 static PCHAR BaudList[] =  
         { "110", "300", "600", "1200", "2400", "4800", "9600",  
         "14400", "19200", "38400", "57600", "115200",  
         "230400", "460800", "921600", NULL  
 };  
26    
27  static PCHAR far RussList[] =  static PCHAR far RussList[] =
28          { "Windows", "KOI8-R", "CP-866", "ISO-8859-5", NULL };          { "Windows", "KOI8-R", "CP-866", "ISO-8859-5", NULL };

Legend:
Removed from v.3227  
changed lines
  Added in v.3268

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