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 3916 by doda, Wed May 26 07:13:46 2010 UTC revision 3962 by doda, Mon Aug 2 09:18:01 2010 UTC
# Line 3682  BOOL MouseReport(int Event, int Button, Line 3682  BOOL MouseReport(int Event, int Button,
3682    if (AltKey())    if (AltKey())
3683      modifier |= 16;      modifier |= 16;
3684    
3685    modifier = (ShiftKey()?4:0) | (ControlKey()?8:0) | (AltKey()?16:0);    modifier = (ShiftKey()?4:0) | (AltKey()?8:0) | (ControlKey()?16:0);
3686    
3687    switch (Event) {    switch (Event) {
3688      case IdMouseEventBtnDown:      case IdMouseEventBtnDown:

Legend:
Removed from v.3916  
changed lines
  Added in v.3962

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