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 /src/cli.rs | |
parent | a672f7d553ac17d5aaef8dc667dee31d5815677d (diff) | |
download | r-alacritty-c6ab2a8867ad0d064d67dc5e32138cbb3d3ab833.tar.gz r-alacritty-c6ab2a8867ad0d064d67dc5e32138cbb3d3ab833.tar.bz2 r-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 'src/cli.rs')
0 files changed, 0 insertions, 0 deletions