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 4397 by doda, Mon Mar 28 02:17:34 2011 UTC revision 4418 by doda, Fri Apr 8 01:55:35 2011 UTC
# Line 4350  BOOL MouseReport(int Event, int Button, Line 4350  BOOL MouseReport(int Event, int Button,
4350    
4351    if (MouseReportMode != IdMouseTrackDECELR) {    if (MouseReportMode != IdMouseTrackDECELR) {
4352      if (x > 0xff - 32) x = 0xff - 32;      if (x > 0xff - 32) x = 0xff - 32;
4353      if (x > 0xff - 32) y = 0xff - 32;      if (y > 0xff - 32) y = 0xff - 32;
4354    }    }
4355    
4356    if (ShiftKey())    if (ShiftKey())

Legend:
Removed from v.4397  
changed lines
  Added in v.4418

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