Differences From Artifact [f570981a7b]:
- File src/comformat.c — part of check-in [d32ca59282] at 2015-04-21 07:12:27 on branch trunk — Fix auto-adjust of CLI timeline to terminal width on Linux. Thanks to Warren Young for analysis and patch! (user: jan.nijtmans size: 17120) [more...]
To Artifact [ba3c29ae04]:
- File src/comformat.c — part of check-in [e62161976e] at 2017-06-15 03:37:45 on branch trunk — Fix TTY comment line break logic for UTF8 multi-byte characters. (user: drh size: 17143) [more...]
| ︙ | |||
224 225 226 227 228 229 230 | 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | - - + + - |
}
charCnt++;
}else{
charCnt++;
}
assert( c!='\n' || charCnt==0 );
fossil_print("%c", c);
|
| ︙ |