Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1900 |
if (ts->ZmodemTimeOutFin < 1) |
if (ts->ZmodemTimeOutFin < 1) |
| 1901 |
ts->ZmodemTimeOutFin = 1; |
ts->ZmodemTimeOutFin = 1; |
| 1902 |
|
|
|
GetPrivateProfileString(Section, "VTPos", "-2147483648,-2147483648", Temp, sizeof(Temp), FName); /* default: random position */ |
|
|
GetNthNum(Temp, 1, (int far *) (&ts->VTPos.x)); |
|
|
GetNthNum(Temp, 2, (int far *) (&ts->VTPos.y)); |
|
|
|
|
| 1903 |
// CygTerm Configuration File |
// CygTerm Configuration File |
| 1904 |
ReadCygtermConfFile(ts); |
ReadCygtermConfFile(ts); |
| 1905 |
} |
} |
|
|
Legend:
| Removed from v.6319 |
|
| changed lines |
| |
Added in v.6325 |
|
|
| |