Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 4594 |
if (*p == '?' && *(p+1) == 0) { // Read access |
if (*p == '?' && *(p+1) == 0) { // Read access |
| 4595 |
if (ts.CtrlFlag & CSF_CBREAD) { |
if (ts.CtrlFlag & CSF_CBREAD) { |
| 4596 |
if (ts.NotifyClipboardAccess) { |
if (ts.NotifyClipboardAccess) { |
| 4597 |
NotifyInfoMessage(&cv, "remote host reads clipboard contents", "Clipboard Access"); |
NotifyInfoMessage(&cv, "Remote host reads clipboard contents", "Clipboard Access"); |
| 4598 |
} |
} |
| 4599 |
strncpy_s(hdr, sizeof(hdr), "\033]52;", _TRUNCATE); |
strncpy_s(hdr, sizeof(hdr), "\033]52;", _TRUNCATE); |
| 4600 |
if (strncat_s(hdr, sizeof(hdr), buff, p - buff) == 0) { |
if (strncat_s(hdr, sizeof(hdr), buff, p - buff) == 0) { |
| 4629 |
GlobalUnlock(cbmem); |
GlobalUnlock(cbmem); |
| 4630 |
|
|
| 4631 |
if (ts.NotifyClipboardAccess) { |
if (ts.NotifyClipboardAccess) { |
| 4632 |
_snprintf_s(notify_buff, sizeof(notify_buff), _TRUNCATE, "remote host writes clipboard.\n--\n%s", cbbuff); |
_snprintf_s(notify_buff, sizeof(notify_buff), _TRUNCATE, "Remote host writes clipboard.\n--\n%s", cbbuff); |
| 4633 |
NotifyInfoMessage(&cv, notify_buff, "Clipboard Access"); |
NotifyInfoMessage(&cv, notify_buff, "Clipboard Access"); |
| 4634 |
} |
} |
| 4635 |
|
|
|
|
Legend:
| Removed from v.6666 |
|
| changed lines |
| |
Added in v.6667 |
|
|
| |