diff options
| author | Zufu Liu <unknown> | 2021-08-24 11:14:20 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2021-08-24 11:14:20 +1000 |
| commit | 02914e8e53c3e72e9fc3a05f8e75078cad4eb0f6 (patch) | |
| tree | b7894f557a313bad18445d13eca2b82039b8c9f9 /include/Scintilla.h | |
| parent | 3ef8c4b037c622f910a0d13bba91657df1f78d9d (diff) | |
| download | scintilla-mirror-02914e8e53c3e72e9fc3a05f8e75078cad4eb0f6.tar.gz | |
Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enables
highlighting just the subline with the caret when wrapping is on.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index d08d90e80..a10c9ed82 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -314,6 +314,8 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SCI_SETSELECTIONLAYER 2763 #define SCI_GETCARETLINELAYER 2764 #define SCI_SETCARETLINELAYER 2765 +#define SCI_GETCARETLINEHIGHLIGHTSUBLINE 2773 +#define SCI_SETCARETLINEHIGHLIGHTSUBLINE 2774 #define SCI_SETCARETFORE 2069 #define SCI_ASSIGNCMDKEY 2070 #define SCI_CLEARCMDKEY 2071 |
