aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-01-01 12:21:37 +1100
committernyamatongwe <unknown>2013-01-01 12:21:37 +1100
commite17f73fca0ac5d7ab1a26f92a3b68a9429925e15 (patch)
treed3d503846a9d77f11fbe3d2131938cf0667ce342 /include/Scintilla.h
parent38e98e68f3975066a75bc007c8919fe564adb5aa (diff)
downloadscintilla-mirror-e17f73fca0ac5d7ab1a26f92a3b68a9429925e15.tar.gz
Feature #3592730. Option for caret line to be visible without focus.
From Vidya Wasi.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 67a44e24a..029102641 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -853,6 +853,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_FINDINDICATORHIDE 2642
#define SCI_VCHOMEDISPLAY 2652
#define SCI_VCHOMEDISPLAYEXTEND 2653
+#define SCI_GETCARETLINEVISIBLEALWAYS 2654
+#define SCI_SETCARETLINEVISIBLEALWAYS 2655
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001