Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 3283 |
HostNameFlag = FALSE; |
HostNameFlag = FALSE; |
| 3284 |
} |
} |
| 3285 |
|
|
| 3286 |
if (_strnicmp(Temp, "/NAMEDPIPE", 10) == 0) { /* 名前付きパイプ */ |
if (_strnicmp(Temp, "/AUTOWINCLOSE=", 14) == 0) { /* AutoWinClose=on|off */ |
| 3287 |
|
char *s = &Temp[14]; |
| 3288 |
|
if (_stricmp(s, "on") == 0) |
| 3289 |
|
ts->AutoWinClose = 1; |
| 3290 |
|
else |
| 3291 |
|
ts->AutoWinClose = 0; |
| 3292 |
|
} |
| 3293 |
|
else if (_strnicmp(Temp, "/NAMEDPIPE", 10) == 0) { /* 名前付きパイプ */ |
| 3294 |
ParamPort = IdNamedPipe; |
ParamPort = IdNamedPipe; |
| 3295 |
} |
} |
| 3296 |
else if (_strnicmp(Temp, "/BAUD=", 6) == 0) { /* Serial port baud rate */ |
else if (_strnicmp(Temp, "/BAUD=", 6) == 0) { /* Serial port baud rate */ |
|
|
Legend:
| Removed from v.5316 |
|
| changed lines |
| |
Added in v.5353 |
|
|
| |