diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-19 22:32:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 22:32:40 +0000 |
commit | c6ab2a8867ad0d064d67dc5e32138cbb3d3ab833 (patch) | |
tree | ab6a518b80e008215a3d51871b6d71ac3b487852 /CHANGELOG.md | |
parent | a672f7d553ac17d5aaef8dc667dee31d5815677d (diff) | |
download | alacritty-c6ab2a8867ad0d064d67dc5e32138cbb3d3ab833.tar.gz alacritty-c6ab2a8867ad0d064d67dc5e32138cbb3d3ab833.zip |
Fix URLs getting incorrectly extended to next line
If a URL ends right at the end of the terminal, it would sometimes
incorrectly include the characters from the following line when
launching the URL.
Similar to the semantic search function, the URL parsing iterator will
now stop if it encounters a cell at the end of the line which does not
contain the `WRAPLINE` flag.
This fixes #1906.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index daf1fa83..db79262d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The AltGr key no longer sends escapes (like Alt) - Fixes increase/decrease font-size keybindings on international keyboards - On Wayland, the `--title` flag will set the Window title now +- Parsing issues with URLs starting in the first or ending in the last column ## Version 0.2.9 |