[tin-dev] [PATCH] extquote_handling: missing flag in config_page()
Dennis Preiser
dennis at d--p.de
Fri Jan 15 17:28:31 CET 2016
Problem:
Toggling extquote_handling does not take effect immediately when 'M'enu
was called from Article level.
Solution:
Set the appropriate flag to schedule a redraw of the current article.
--- tin-2.3.3_r2/src/options_menu.c 2015-11-22 01:14:30.000000000 +0100
+++ tin-2.3.3_r3/src/options_menu.c 2016-01-10 18:20:14.000000000 +0100
@@ -1355,6 +1355,7 @@ config_page(
UPDATE_INT_ATTRIBUTES(extquote_handling);
set_last_option_on_screen(first_option_on_screen);
redraw_screen(option);
+ changed |= DISPLAY_OPTS;
}
break;
#endif /* HAVE_COLOR */
More information about the tin-dev
mailing list