diff options
author | Mitchell Foral <unknown> | 2021-10-22 15:58:17 +1100 |
---|---|---|
committer | Mitchell Foral <unknown> | 2021-10-22 15:58:17 +1100 |
commit | 1c2f3fb6ce528add154abce1791d56ce7a94271c (patch) | |
tree | 113769c983cb307b9ba44873b0f9d4fdcaff76ab /include/ScintillaTypes.h | |
parent | 67759806434b36d47d5f08810854a661f2e992d1 (diff) | |
download | scintilla-mirror-1c2f3fb6ce528add154abce1791d56ce7a94271c.tar.gz |
Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r-- | include/ScintillaTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h index 910cd5ec8..917878474 100644 --- a/include/ScintillaTypes.h +++ b/include/ScintillaTypes.h @@ -439,6 +439,7 @@ enum class CaretStyle { Block = 2, OverstrikeBar = 0, OverstrikeBlock = 0x10, + Curses = 0x20, InsMask = 0xF, BlockAfter = 0x100, }; |