From 2671a72da3c94684bd458c83aa314d0816a79113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 31 May 2017 23:30:24 +0200 Subject: [PATCH] fset: fix refresh of buffer after changing option when the buffer is scrolled --- src/plugins/fset/fset-option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fset/fset-option.c b/src/plugins/fset/fset-option.c index 02deb94cc..270b9ba67 100644 --- a/src/plugins/fset/fset-option.c +++ b/src/plugins/fset/fset-option.c @@ -928,7 +928,7 @@ fset_option_config_cb (const void *pointer, } } fset_option_set_max_length_fields_all (); - fset_buffer_refresh (1); + fset_buffer_refresh (0); } return WEECHAT_RC_OK;