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 2603 by maya, Sat Nov 1 12:31:02 2008 UTC revision 2628 by doda, Wed Dec 24 09:38:42 2008 UTC
# Line 3183  BOOL MouseReport(int Event, int Button, Line 3183  BOOL MouseReport(int Event, int Button,
3183    if (MouseReportMode == IdMouseTrackNone)    if (MouseReportMode == IdMouseTrackNone)
3184      return FALSE;      return FALSE;
3185    
3186      if (ts.DisableMouseTrackingByCtrl && ControlKey())
3187        return FALSE;
3188    
3189    DispConvWinToScreen(Xpos, Ypos, &x, &y, NULL);    DispConvWinToScreen(Xpos, Ypos, &x, &y, NULL);
3190    x++; y++;    x++; y++;
3191    

Legend:
Removed from v.2603  
changed lines
  Added in v.2628

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