From 2bcf60285e1c196bf05cd47a8e04beb150b485ef Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 10 Oct 2021 02:02:10 +0300 Subject: Added Scintilla::Curses to allow for terminal drawing of the main caret. This is the patch from scinterm/patches/02-caretstyle_curses.patch. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index a10c9ed82..b46e886b6 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -907,6 +907,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define CARETSTYLE_BLOCK 2 #define CARETSTYLE_OVERSTRIKE_BAR 0 #define CARETSTYLE_OVERSTRIKE_BLOCK 0x10 +#define CARETSTYLE_CURSES 0x20 #define CARETSTYLE_INS_MASK 0xF #define CARETSTYLE_BLOCK_AFTER 0x100 #define SCI_SETCARETSTYLE 2512 -- cgit v1.2.3