diff options
Diffstat (limited to 'src/CellBuffer.h')
| -rw-r--r-- | src/CellBuffer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 5e4fc7c8c..1c53d14e6 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -177,6 +177,7 @@ public:  	void Allocate(int newSize);  	int GetLineEndTypes() const { return utf8LineEnds; }  	void SetLineEndTypes(int utf8LineEnds_); +	bool ContainsLineEnd(const char *s, int length) const;  	void SetPerLine(PerLine *pl);  	int Lines() const;  	int LineStart(int line) const; | 
