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 4243 by doda, Tue Dec 21 04:11:15 2010 UTC revision 4244 by doda, Tue Dec 21 07:45:25 2010 UTC
# Line 1011  void  RestoreCursor() Line 1011  void  RestoreCursor()
1011    
1012  void AnswerTerminalType()  void AnswerTerminalType()
1013  {  {
1014    char Tmp[31];    char Tmp[50];
1015    
1016    if (ts.TerminalID<IdVT320)    if (ts.TerminalID<IdVT320)
1017      strncpy_s(Tmp, sizeof(Tmp),"\033[?", _TRUNCATE);      strncpy_s(Tmp, sizeof(Tmp),"\033[?", _TRUNCATE);

Legend:
Removed from v.4243  
changed lines
  Added in v.4244

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