Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 2480 |
if (NParam > 1 && Param[2] == 1) { |
if (NParam > 1 && Param[2] == 1) { |
| 2481 |
DecLocatorFlag |= DecLocatorPixel; |
DecLocatorFlag |= DecLocatorPixel; |
| 2482 |
} |
} |
| 2483 |
|
else { |
| 2484 |
|
DecLocatorFlag &= ~DecLocatorPixel; |
| 2485 |
|
} |
| 2486 |
break; |
break; |
| 2487 |
|
|
| 2488 |
case '{': // Select Locator Events (DECSLE) |
case '{': // Select Locator Events (DECSLE) |
|
|
Legend:
| Removed from v.4000 |
|
| changed lines |
| |
Added in v.4001 |
|
|
|