Fix that the MarkAllPages option works as originally intended
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911929
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
cf2b303334
commit
94ab9857e9
2
buffer.c
2
buffer.c
@@ -47,6 +47,8 @@ newBuffer(int width)
|
|||||||
#ifdef USE_M17N
|
#ifdef USE_M17N
|
||||||
n->auto_detect = WcOption.auto_detect;
|
n->auto_detect = WcOption.auto_detect;
|
||||||
#endif
|
#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;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user