Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Put whitespace before http to prevent colorizing issues #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nloadholtes
Copy link

Sometimes hashtags will be smashed into links. When the _print_stream_item regex tried to put in
the colorings, the escape codes were being inserted after the : in the link. This commit will put
a space before http (if there's a character in front of it).

Example before:
image

And after:
image

Sometimes hashtags will be smashed into links. When the _print_stream_item regex tried to put in
the colorings, the escape codes were being inserted after the : in the link. This commit will put
a space before http (if there's a charcter in front of it).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant