From 195251700e19817738a7634cc9e0c67421fcb7ba Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 04 Oct 2017 19:42:57 -0400 Subject: src/config.c: Set resizable text areas config default --- 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 */ -- cgit v0.9.1