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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.c') diff --git a/src/prefs.c b/src/prefs.c index 146f3838..1fcb1b8e 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -7,6 +7,7 @@ void init_Prefs(iPrefs *d) { d->retainWindowSize = iTrue; d->zoomPercent = 100; d->forceLineWrap = iFalse; + d->quoteIcon = iTrue; d->font = nunito_TextFont; d->headingFont = nunito_TextFont; d->lineWidth = 40; -- cgit v1.2.3