Terminal command netlify dev --live generating broken links

There seems to be an issue with generating links using netlify dev --live. It sometimes output the link as "netllify" or "netlifyy" as seen in the image attached.
I search through my entire projected to see if i have mispelled netlify and everything seems to be find. Spend quite sometime pointlessly debugging just to notice this in the end.
Hi! This is a super interesting bug 😲 Is there some specific thing you can do to reproduce this, or does this show up randomly? Also, is it only the rendering that's broken? Or are your functions also available under the misspelled endpoint?
I am on cli 8.16.1
Reproducing the issue:
First try:
- Opened the project in VScode
-
Netlify buildin terminal -
Netlify dev --livein terminal -> Works as expected.
Second try:
- Again
Netlify dev --live-> Works as expected
Third try:
- I split my screen in two windows. [ half google chrome, other half vscode]
-
Netlify buildin terminal -
Netlify dev --live-> Issue reproduced!
"is it only the rendering that's broken? Or are your functions also available under the misspelled endpoint?"
-> Functions works as expected when I manually correct the spelling mistakes in the links.
Wow, what a riddle! This is interesting :D
What stands out to me is that in the first screenshot you share, the duplicated character is always the last one before it wraps around to the next line. Could you try playing around with the terminal width to see if that's true always? It kind of looks like a rendering bug in the terminal. I see you're on windows, what terminal is this (VS-Code builtin terminal/powershell/cmd.exe/something else)?
This bug could be caused by terminal-link, which we're using to make this URL clickable.
@jackiewmacharia I see you worked on https://github.com/netlify/cli/issues/4311, do you have an idea what might be causing this?
Trying out different VScode width
-
Width 1300x852 ->Issue with links persists

-
Width 1530x943 -> No issue with links. Even after resizing window!

It seems that the issue occurs when there is a line break upon generating the link in correlation with the terminal width size.
what terminal is this (VS-Code builtin terminal/powershell/cmd.exe/something else)? -> I am on VScode builtin terminal.
Version: 1.67.2 (user setup) Date: 2022-05-17T18:15:52.058Z Electron: 17.4.1 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: Windows_NT x64 10.0.22621