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 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 */;

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