diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-06-23 15:17:17 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-06-23 15:17:17 +0200 |
commit | d9e2250d31bfa4857ee73e0430ee890e3b72a92a (patch) | |
tree | 16b691912fd111724f72735e510fe74327ec25e8 | |
parent | 9fd2da5b228f69e7705ce3a4ff45e50f7edaf39b (diff) | |
download | sciteco-d9e2250d31bfa4857ee73e0430ee890e3b72a92a.tar.gz |
the Scintilla caret should be non-blinking by default
* now both Curses and GTK UIs start with a non-blinking block
caret
-rw-r--r-- | src/interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index 17ec0a2..337e5d2 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -71,6 +71,7 @@ View<ViewImpl>::setup(void) ssm(SCI_SETHSCROLLBAR, FALSE); ssm(SCI_SETCARETSTYLE, CARETSTYLE_BLOCK); + ssm(SCI_SETCARETPERIOD, 0); ssm(SCI_SETCARETFORE, 0xFFFFFF); /* |