From ca1549e20291650b25ccb3607e907b646f04c876 Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 14 Mar 2018 13:51:45 -0400 Subject: Updated curses platform to add FineTicker* stubs. --- curses/ScintillaCurses.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx index dfa489513..5a0ac1648 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -1086,7 +1086,11 @@ public: clipboard.Copy(selectedText); } /** A ticking caret is not implemented. */ - void SetTicking(bool on) {} + bool FineTickerRunning(TickReason reason) { return false; } + /** A ticking caret is not implemented. */ + void FineTickerStart(TickReason reason, int millis, int tolerance) {} + /** A ticking caret is not implemented. */ + void FineTickerCancel(TickReason reason) {} /** * Sets whether or not the mouse is captured. * This is used by Scintilla to handle mouse clicks, drags, and releases. -- cgit v1.2.3