Open links properly if ending with "
This commit is contained in:
parent
090fd29acf
commit
2305a0b0fe
@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
/* is delimiter */
|
/* is delimiter */
|
||||||
#define is_del(c) \
|
#define is_del(c) \
|
||||||
(c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0)
|
(c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0 || c == '"')
|
||||||
|
|
||||||
/* force scrolling off */
|
/* force scrolling off */
|
||||||
#define dontscroll(buf) (buf)->last_pixel_pos = 0x7fffffff
|
#define dontscroll(buf) (buf)->last_pixel_pos = 0x7fffffff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user