Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 197 |
static int NewKeyId, NewKeyLen; |
static int NewKeyId, NewKeyLen; |
| 198 |
|
|
| 199 |
/* Mouse Report */ |
/* Mouse Report */ |
| 200 |
int MouseReportMode; |
static int MouseReportMode; |
| 201 |
int MouseReportExtMode; |
static int MouseReportExtMode; |
| 202 |
unsigned int DecLocatorFlag; |
static unsigned int DecLocatorFlag; |
| 203 |
int LastX, LastY; |
static int LastX, LastY; |
| 204 |
int ButtonStat; |
static int ButtonStat; |
| 205 |
int FilterTop, FilterBottom, FilterLeft, FilterRight; |
static int FilterTop, FilterBottom, FilterLeft, FilterRight; |
|
|
|
|
/* IME Status */ |
|
|
BOOL IMEstat; |
|
| 206 |
|
|
| 207 |
/* Beep over-used */ |
/* Beep over-used */ |
| 208 |
static DWORD BeepStartTime = 0; |
static DWORD BeepStartTime = 0; |
|
|
Legend:
| Removed from v.7430 |
|
| changed lines |
| |
Added in v.7434 |
|
|
| |