From 94ab9857e9e7ef026c74b67b7a880f2d95125d06 Mon Sep 17 00:00:00 2001 From: Ben Wong Date: Fri, 26 Oct 2018 21:34:19 +0900 Subject: Fix that the MarkAllPages option works as originally intended Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911929 --- buffer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buffer.c') diff --git a/buffer.c b/buffer.c index 3b2352a..e70cffe 100644 --- a/buffer.c +++ b/buffer.c @@ -47,6 +47,8 @@ newBuffer(int width) #ifdef USE_M17N n->auto_detect = WcOption.auto_detect; #endif + n->check_url = MarkAllPages; /* use default from -o mark_all_pages */ + n->need_reshape = 1; /* always reshape new buffers to mark URLs */ return n; } -- cgit v1.2.3