Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 2453 |
FilterLeft = (NParam<2 || Param[2]<1)? x : Param[2]; |
FilterLeft = (NParam<2 || Param[2]<1)? x : Param[2]; |
| 2454 |
FilterBottom = (NParam<3 || Param[3]<1)? y : Param[3]; |
FilterBottom = (NParam<3 || Param[3]<1)? y : Param[3]; |
| 2455 |
FilterRight = (NParam<4 || Param[4]<1)? x : Param[4]; |
FilterRight = (NParam<4 || Param[4]<1)? x : Param[4]; |
| 2456 |
|
if (FilterTop > FilterBottom) { |
| 2457 |
|
i = FilterTop; FilterTop = FilterBottom; FilterBottom = i; |
| 2458 |
|
} |
| 2459 |
|
if (FilterLeft > FilterRight) { |
| 2460 |
|
i = FilterLeft; FilterLeft = FilterRight; FilterRight = i; |
| 2461 |
|
} |
| 2462 |
DecLocatorFlag |= DecLocatorFiltered; |
DecLocatorFlag |= DecLocatorFiltered; |
| 2463 |
break; |
break; |
| 2464 |
|
|
|
|
Legend:
| Removed from v.4018 |
|
| changed lines |
| |
Added in v.4019 |
|
|
|