Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 1841 |
if (NParam < 2 || Param[2] == 0) { |
if (NParam < 2 || Param[2] == 0) { |
| 1842 |
DispShowWindow(WINDOW_RESTORE); |
DispShowWindow(WINDOW_RESTORE); |
| 1843 |
} |
} |
| 1844 |
else { |
else if (Param[2] == 1) { |
| 1845 |
DispShowWindow(WINDOW_MAXIMIZE); |
DispShowWindow(WINDOW_MAXIMIZE); |
| 1846 |
} |
} |
| 1847 |
} |
} |
|
|
Legend:
| Removed from v.3487 |
|
| changed lines |
| |
Added in v.3489 |
|
|
|