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 2562 by doda, Mon Jul 14 08:19:02 2008 UTC revision 2588 by maya, Sat Sep 20 03:02:36 2008 UTC
# Line 2482  void XSequence(BYTE b) Line 2482  void XSequence(BYTE b)
2482                            case 0: /* Change window title and icon name */                            case 0: /* Change window title and icon name */
2483                            case 1: /* Change icon name */                            case 1: /* Change icon name */
2484                            case 2: /* Change window title */                            case 2: /* Change window title */
2485                                  if (ts.RemoteTitleChanging) {                                  if (ts.AcceptTitleChangeRequest) {
2486                                          strncpy_s(ts.Title, sizeof(ts.Title), StrBuff, _TRUNCATE);                                          strncpy_s(ts.Title, sizeof(ts.Title), StrBuff, _TRUNCATE);
2487                                          // (2006.6.15 maya) タイトルに渡す文字列をSJISに変換                                          // (2006.6.15 maya) タイトルに渡す文字列をSJISに変換
2488                                          ConvertToCP932(ts.Title, sizeof(ts.Title));                                          ConvertToCP932(ts.Title, sizeof(ts.Title));

Legend:
Removed from v.2562  
changed lines
  Added in v.2588

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