Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 2050 |
case 13: // Report window position |
case 13: // Report window position |
| 2051 |
if (ts.WindowFlag & WF_WINDOWREPORT) { |
if (ts.WindowFlag & WF_WINDOWREPORT) { |
| 2052 |
DispGetWindowPos(&x, &y); |
DispGetWindowPos(&x, &y); |
| 2053 |
len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "3;%d;%dt", CLocale, x, y); |
len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "3;%u;%ut", CLocale, (unsigned int)x, (unsigned int)y); |
| 2054 |
SendCSIstr(Report, len); |
SendCSIstr(Report, len); |
| 2055 |
} |
} |
| 2056 |
break; |
break; |
|
|
Legend:
| Removed from v.4472 |
|
| changed lines |
| |
Added in v.4474 |
|
|
| |