Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|