| 461 | } |
| 462 | |
| 463 | void CellBuffer::SetLineEndTypes(int utf8LineEnds_) { |
| 464 | if (utf8LineEnds != utf8LineEnds_) { |
| 465 | utf8LineEnds = utf8LineEnds_; |
| 466 | ResetLineEnds(); |
| 467 | } |
| 468 | } |
| 469 | |
| 470 | void CellBuffer::SetPerLine(PerLine *pl) { |
| 471 | lv.SetPerLine(pl); |
no outgoing calls
no test coverage detected