diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-20 21:48:51 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-20 21:48:51 +0300 |
commit | 8a2f5a0cab40986d7af88fc9eae7b3931f30fcc3 (patch) | |
tree | f0a32c0ef839dc34cfddae08b4eb4b930fdb7ecd /src/prefs.c | |
parent | 2052acf054291c2915ace9da9cc1a395c3abf832 (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/prefs.c')
-rw-r--r-- | src/prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { | |||
7 | d->retainWindowSize = iTrue; | 7 | d->retainWindowSize = iTrue; |
8 | d->zoomPercent = 100; | 8 | d->zoomPercent = 100; |
9 | d->forceLineWrap = iFalse; | 9 | d->forceLineWrap = iFalse; |
10 | d->quoteIcon = iTrue; | ||
10 | d->font = nunito_TextFont; | 11 | d->font = nunito_TextFont; |
11 | d->headingFont = nunito_TextFont; | 12 | d->headingFont = nunito_TextFont; |
12 | d->lineWidth = 40; | 13 | d->lineWidth = 40; |