Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
trunk
/
teraterm
/
ttpcmn
/
ttcmn.c
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
|
Revision Log
|
Patch
revision
5230
by
yutakapon
, Fri May 3 11:47:56 2013 UTC
revision
5232
by
yutakapon
, Sun May 5 12:29:52 2013 UTC
#
Line 1204
void FAR PASCAL SwitchWindowTopMost(HWND
Line 1204
void FAR PASCAL SwitchWindowTopMost(HWND
1204
}
}
1205
1206
1207
// 全Tera Termに終了指示を出す。
1208
void FAR PASCAL BroadcastClosingMessage(HWND myhwnd)
1209
{
1210
int i, max;
1211
HWND hwnd[MAXNWIN];
1212
1213
// Tera Termを終了させると、共有メモリが変化するため、
1214
// いったんバッファにコピーしておく。
1215
max = pm->NWin;
1216
for (i = 0 ; i < pm->NWin ; i++) {
1217
hwnd[i] = pm->WinList[i];
1218
}
1219
1220
for (i = 0 ; i < max ; i++) {
1221
// 自分自身は最後にする。
1222
if (hwnd[i] == myhwnd)
1223
continue;
1224
1225
PostMessage(hwnd[i], WM_USER_NONCONFIRM_CLOSE, 0, 0);
1226
}
1227
PostMessage(myhwnd, WM_USER_NONCONFIRM_CLOSE, 0, 0);
1228
}
1229
1230
1231
int FAR PASCAL CommReadRawByte(PComVar cv, LPBYTE b)
int FAR PASCAL CommReadRawByte(PComVar cv, LPBYTE b)
1232
{
{
1233
if ( ! cv->Ready ) {
if ( ! cv->Ready ) {
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.5230
changed lines
Added in v.5232
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26