Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 4568 |
#define MOUSE_POS_EXT_LIMIT (2047 - 32) |
#define MOUSE_POS_EXT_LIMIT (2047 - 32) |
| 4569 |
|
|
| 4570 |
int MakeMouseReportStr(char *buff, size_t buffsize, int mb, int x, int y) { |
int MakeMouseReportStr(char *buff, size_t buffsize, int mb, int x, int y) { |
| 4571 |
char tmpx[3], tmpy[4]; |
char tmpx[3], tmpy[3]; |
| 4572 |
|
|
| 4573 |
switch (MouseReportExtMode) { |
switch (MouseReportExtMode) { |
| 4574 |
case IdMouseTrackExtNone: |
case IdMouseTrackExtNone: |
|
|
Legend:
| Removed from v.4813 |
|
| changed lines |
| |
Added in v.4814 |
|
|
| |