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 4279 by doda, Mon Jan 17 16:52:34 2011 UTC revision 4281 by doda, Wed Jan 19 00:24:01 2011 UTC
# Line 3081  void RequestStatusString(unsigned char * Line 3081  void RequestStatusString(unsigned char *
3081                  break;                  break;
3082          }          }
3083          if (len > 0) {          if (len > 0) {
3084                    if (ts.TermFlag & TF_INVALIDDECRPSS) {
3085                            RepStr[0] = '1';
3086                    }
3087                  SendDCSstr(RepStr, len);                  SendDCSstr(RepStr, len);
3088          }          }
3089          else {          else {
3090                  SendDCSstr("1$r", 0);                  if (ts.TermFlag & TF_INVALIDDECRPSS) {
3091                            SendDCSstr("0$r", 0);
3092                    }
3093                    else {
3094                            SendDCSstr("1$r", 0);
3095                    }
3096          }          }
3097  }  }
3098    

Legend:
Removed from v.4279  
changed lines
  Added in v.4281

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