mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 12:42:31 +01:00
Open links properly if ending with "
This commit is contained in:
parent
090fd29acf
commit
2305a0b0fe
@ -64,7 +64,7 @@
|
||||
|
||||
/* is delimiter */
|
||||
#define is_del(c) \
|
||||
(c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0)
|
||||
(c == ' ' || c == '\n' || c == '>' || c == '<' || c == 0 || c == '"')
|
||||
|
||||
/* force scrolling off */
|
||||
#define dontscroll(buf) (buf)->last_pixel_pos = 0x7fffffff
|
||||
|
Loading…
Reference in New Issue
Block a user