Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7430 by zmatsuo, Sun Feb 17 14:43:54 2019 UTC revision 7434 by zmatsuo, Sat Feb 23 17:46:15 2019 UTC
# Line 197  static BYTE NewKeyStr[FuncKeyStrMax]; Line 197  static BYTE NewKeyStr[FuncKeyStrMax];
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26