summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-20 21:48:51 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-20 21:48:51 +0300
commit8a2f5a0cab40986d7af88fc9eae7b3931f30fcc3 (patch)
treef0a32c0ef839dc34cfddae08b4eb4b930fdb7ecd /src/gmdocument.h
parent2052acf054291c2915ace9da9cc1a395c3abf832 (diff)
Added quote indicator preference
Also, added a command that gets posted when the mouse exits or enters the window area. This lets the hover outline to be updated accordingly.
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 05bf026c..f27446ab 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -79,6 +79,7 @@ enum iGmRunFlags {
79 startOfLine_GmRunFlag = iBit(2), 79 startOfLine_GmRunFlag = iBit(2),
80 endOfLine_GmRunFlag = iBit(3), 80 endOfLine_GmRunFlag = iBit(3),
81 siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */ 81 siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */
82 quoteBorder_GmRunFlag = iBit(5),
82}; 83};
83 84
84struct Impl_GmRun { 85struct Impl_GmRun {