* configure.ac: Allow other enablers to override --enable-tiny too.
* src/{proto.h,search.c}: Fix compilation with --enable-browser.
* src/global.c (shortcut_init): Fix warnings with --enable-help.
+ * src/text.c (do_justify): Fix compilation with --enable-justify.
2014-04-03 Benno Schulenberg <bensberg@justemail.net>
* configure.ac: Remove unused '*_support' variables.
if (full_justify)
openfile->current = openfile->fileage;
+#ifndef NANO_TINY
allow_pending_sigwinch(FALSE);
+#endif
while (TRUE) {
size_t i;
shortcut_init(FALSE);
display_main_list();
+#ifndef NANO_TINY
allow_pending_sigwinch(TRUE);
-
+#endif
}
/* Justify the current paragraph. */