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 4813 by doda, Thu Feb 2 13:11:32 2012 UTC revision 4814 by doda, Thu Feb 2 13:30:40 2012 UTC
# Line 4568  BOOL DecLocatorReport(int Event, int But Line 4568  BOOL DecLocatorReport(int Event, int But
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

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