Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 25 |
|
|
| 26 |
#define Section "Tera Term" |
#define Section "Tera Term" |
| 27 |
|
|
| 28 |
|
#define MaxStrLen (LONG)512 |
| 29 |
|
|
| 30 |
static PCHAR far TermList[] = |
static PCHAR far TermList[] = |
| 31 |
{ "VT100", "VT100J", "VT101", "VT102", "VT102J", "VT220J", "VT282", |
{ "VT100", "VT100J", "VT101", "VT102", "VT102J", "VT220J", "VT282", |
| 32 |
"VT320", "VT382", "VT420", "VT520", "VT525", NULL }; |
"VT320", "VT382", "VT420", "VT520", "VT525", NULL }; |
| 3196 |
#ifdef NO_INET6 |
#ifdef NO_INET6 |
| 3197 |
BYTE b; |
BYTE b; |
| 3198 |
#endif /* NO_INET6 */ |
#endif /* NO_INET6 */ |
| 3199 |
char Temp[MAX_PATH + 6]; // "/FD="(4) + `"'(1) + MAX_PATH + `"'(1) |
char Temp[MaxStrLen]; // ttpmacroから呼ばれることを想定しMaxStrLenサイズとする |
| 3200 |
char Temp2[MAX_PATH + 6]; |
char Temp2[MaxStrLen]; |
| 3201 |
char TempDir[MAXPATHLEN]; |
char TempDir[MAXPATHLEN]; |
| 3202 |
WORD ParamPort = 0; |
WORD ParamPort = 0; |
| 3203 |
WORD ParamCom = 0; |
WORD ParamCom = 0; |
|
|
Legend:
| Removed from v.5052 |
|
| changed lines |
| |
Added in v.5126 |
|
|
| |