From 340983e94342aaf907025ba84c32f7017ceed579 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 25 Jul 2007 02:45:37 +0000 Subject: Fixed bugs where caret was not shown at start of wrapped lines or was shown at both the start of one line and the end of the previous line. --- src/PositionCache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PositionCache.h') diff --git a/src/PositionCache.h b/src/PositionCache.h index ec1014c96..764702fce 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -59,6 +59,7 @@ public: void Invalidate(validLevel validity_); int LineStart(int line) const; int LineLastVisible(int line) const; + bool InLine(int offset, int line) const; void SetLineStart(int line, int start); void SetBracesHighlight(Range rangeLine, Position braces[], char bracesMatchStyle, int xHighlight); -- cgit v1.2.3