Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |