Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 3257 |
switch (MouseReportMode) { |
switch (MouseReportMode) { |
| 3258 |
case IdMouseTrackBtnEvent: /* not supported yet */ |
case IdMouseTrackBtnEvent: /* not supported yet */ |
| 3259 |
case IdMouseTrackAllEvent: /* not supported yet */ |
case IdMouseTrackAllEvent: /* not supported yet */ |
| 3260 |
|
len = MakeMouseReportStr(Report, sizeof Report, Button | modifier | 32, x, y); |
| 3261 |
|
break; |
| 3262 |
|
|
| 3263 |
case IdMouseTrackDECELR: /* not supported yet */ |
case IdMouseTrackDECELR: /* not supported yet */ |
| 3264 |
case IdMouseTrackVT200Hl: /* not supported yet */ |
case IdMouseTrackVT200Hl: /* not supported yet */ |
| 3265 |
case IdMouseTrackX10: /* nothing to do */ |
case IdMouseTrackX10: /* nothing to do */ |
|
|
Legend:
| Removed from v.3227 |
|
| changed lines |
| |
Added in v.3262 |
|
|
|