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
/
teraterm
/
vtterm.c
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
|
Revision Log
|
Patch
revision
2555
by
doda
, Sat Jul 5 21:55:11 2008 UTC
revision
2558
by
doda
, Wed Jul 9 06:06:56 2008 UTC
#
Line 2468
void XSequence(BYTE b)
Line 2468
void XSequence(BYTE b)
2468
case 0: /* Change window title and icon name */
case 0: /* Change window title and icon name */
2469
case 1: /* Change icon name */
case 1: /* Change icon name */
2470
case 2: /* Change window title */
case 2: /* Change window title */
2471
strncpy_s(ts.Title, sizeof(ts.Title), StrBuff, _TRUNCATE);
if (ts.RemoteTitleChanging) {
2472
// (2006.6.15 maya) タイトルに渡す文字列をSJISに変換
strncpy_s(ts.Title, sizeof(ts.Title), StrBuff, _TRUNCATE);
2473
ConvertToCP932(ts.Title, sizeof(ts.Title));
// (2006.6.15 maya) タイトルに渡す文字列をSJISに変換
2474
ChangeTitle();
ConvertToCP932(ts.Title, sizeof(ts.Title));
2475
ChangeTitle();
2476
}
2477
break;
break;
2478
default:
default:
2479
/* nothing to do */;
/* nothing to do */;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.2555
changed lines
Added in v.2558
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26