summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-04 19:42:57 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-04 19:42:57 (EDT)
commit195251700e19817738a7634cc9e0c67421fcb7ba (patch)
tree44b0c827332f006a27151841262a886a931fc487 /src/config.c
parentbda888be81405becdf45fa66008a717314e5c6c6 (diff)
downloadmarquee-195251700e19817738a7634cc9e0c67421fcb7ba.zip
marquee-195251700e19817738a7634cc9e0c67421fcb7ba.tar.gz
marquee-195251700e19817738a7634cc9e0c67421fcb7ba.tar.bz2
src/config.c: Set resizable text areas config default
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index f60285e..f8581fe 100644
--- a/src/config.c
+++ b/src/config.c
@@ -114,7 +114,7 @@ set_defaults(MqConfig *config)
SET_STRL("spell.langs", "en_US"); // TODO
/* General -> Miscellaneous */
- // resizable text areas
+ SET_BOOL("display.textarea.resize.enable", TRUE);
SET_BOOL("devtools.enable", TRUE);
/* General -> Compatibility */