You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linkifying includes a trailing '.' as part of a URL's path. This can cause problems in the common scenario of a terminal program displaying output that ends a sentence with a URL.
Browser and browser version: Google Chrome Version 62.0.3202.94 (Official Build) (64-bit)
OS version: macOS Sierra Version 10.12.6
xterm.js version: v2.9.2 and current master
Steps to reproduce
Run the demo.
Enter the command: echo "Please see https://github.com/xtermjs/xterm.js/issues."
Details
Linkifying includes a trailing '.' as part of a URL's path. This can cause problems in the common scenario of a terminal program displaying output that ends a sentence with a URL.
Steps to reproduce
Run the demo.
Enter the command:
echo "Please see https://github.com/xtermjs/xterm.js/issues."
Click the echoed link.
Expected: Link references https://github.com/xtermjs/xterm.js/issues
Actual: Link references https://github.com/xtermjs/xterm.js/issues., which results in 404 Not Found.
The text was updated successfully, but these errors were encountered: