Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/commlib.c
Parent Directory
| Revision Log
| Patch
| 1136 |
if ( cv->CRSend==IdCR ) { |
if ( cv->CRSend==IdCR ) { |
| 1137 |
LineEnd = 0x0d; |
LineEnd = 0x0d; |
| 1138 |
} |
} |
| 1139 |
else { |
else { // CRLF or LF |
| 1140 |
LineEnd = 0x0a; |
LineEnd = 0x0a; |
| 1141 |
} |
} |
| 1142 |
C = 1; |
C = 1; |
|
|
Legend:
| Removed from v.6435 |
|
| changed lines |
| |
Added in v.6479 |
|
|
|