summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-11 17:46:38 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-11 17:47:08 +0200
commit6fb358b6d1399ea8a6a1b115fa187ff7eb7ae0b0 (patch)
tree77287ff2db834319119e8b284ec6021363aff6d4 /src/prefs.c
parent39b15df0d928fd360f1810f705b186bdc7fecbee (diff)
Added option to word wrap plain text files
On by default because there is no horizontal scrolling for plain text files.
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index b4b3b32c..5aba8359 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -47,6 +47,7 @@ void init_Prefs(iPrefs *d) {
47 d->bigFirstParagraph = iTrue; 47 d->bigFirstParagraph = iTrue;
48 d->quoteIcon = iTrue; 48 d->quoteIcon = iTrue;
49 d->centerShortDocs = iTrue; 49 d->centerShortDocs = iTrue;
50 d->plainTextWrap = iTrue;
50 d->docThemeDark = colorfulDark_GmDocumentTheme; 51 d->docThemeDark = colorfulDark_GmDocumentTheme;
51 d->docThemeLight = white_GmDocumentTheme; 52 d->docThemeLight = white_GmDocumentTheme;
52 d->saturation = 1.0f; 53 d->saturation = 1.0f;