Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 4350 |
|
|
| 4351 |
if (MouseReportMode != IdMouseTrackDECELR) { |
if (MouseReportMode != IdMouseTrackDECELR) { |
| 4352 |
if (x > 0xff - 32) x = 0xff - 32; |
if (x > 0xff - 32) x = 0xff - 32; |
| 4353 |
if (x > 0xff - 32) y = 0xff - 32; |
if (y > 0xff - 32) y = 0xff - 32; |
| 4354 |
} |
} |
| 4355 |
|
|
| 4356 |
if (ShiftKey()) |
if (ShiftKey()) |
|
|
Legend:
| Removed from v.4397 |
|
| changed lines |
| |
Added in v.4418 |
|
|
|