Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 2749 |
ts->PortType = IdSerial; |
ts->PortType = IdSerial; |
| 2750 |
if (ParamCom > 0) { |
if (ParamCom > 0) { |
| 2751 |
ts->ComPort = ParamCom; |
ts->ComPort = ParamCom; |
| 2752 |
|
/* Don't display new connection dialog if COM port is specified explicitly (2006.9.15 maya) */ |
| 2753 |
|
ts->ComAutoConnect = TRUE; |
| 2754 |
} |
} |
| 2755 |
if (ParamBaud != IdBaudNone) |
if (ParamBaud != IdBaudNone) |
| 2756 |
ts->Baud = ParamBaud; |
ts->Baud = ParamBaud; |
|
|
Legend:
| Removed from v.2499 |
|
| changed lines |
| |
Added in v.2501 |
|
|
|