Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|