From 8a2f5a0cab40986d7af88fc9eae7b3931f30fcc3 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 20 Oct 2020 21:48:51 +0300 Subject: 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. --- src/prefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.h') diff --git a/src/prefs.h b/src/prefs.h index a19cc0ca..bfc0c174 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -25,6 +25,7 @@ struct Impl_Prefs { int lineWidth; iBool bigFirstParagraph; iBool forceLineWrap; + iBool quoteIcon; iBool sideIcon; iBool hoverOutline; enum iGmDocumentTheme docThemeDark; -- cgit v1.2.3