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 2491 by doda, Fri Apr 25 12:32:33 2008 UTC revision 2492 by doda, Sun Apr 27 10:18:52 2008 UTC
# Line 3131  BOOL MouseReport(int Event, int Button, Line 3131  BOOL MouseReport(int Event, int Button,
3131    DispConvWinToScreen(Xpos, Ypos, &x, &y, NULL);    DispConvWinToScreen(Xpos, Ypos, &x, &y, NULL);
3132    x++; y++;    x++; y++;
3133    
3134      if (x < 1) x = 1;
3135      if (y < 1) y = 1;
3136    
3137      if (MouseReportMode != IdMouseTrackDECELR) {
3138        if (x > 0xff - 32) x = 0xff - 32;
3139        if (x > 0xff - 32) y = 0xff - 32;
3140      }
3141    
3142    if (ShiftKey())    if (ShiftKey())
3143      modifier = 4;      modifier = 4;
3144    else    else

Legend:
Removed from v.2491  
changed lines
  Added in v.2492

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