DEV Community

Discussion on: Beautify your Windows Terminal 🦄

Collapse
 
anupa profile image
Anup Aglawe

This is wierd. I'm not sure about it either.

I will tag you if I find the fix👍

Collapse
 
akhileshbalaji profile image
Akhilesh Balaji

I've finally figured it out. Just replace Set-Newline or any newline characters with Write-Color -Text " ". It works perfectly.

Collapse
 
akhileshbalaji profile image
Akhilesh Balaji

It appears to be a problem with the newline character. That's what is compressing the lines above it. I disabled both of the extensions, and kept typing the command

echo "`n"

and the above characters got compressed, but this didn't happen when I didn't set a newline. Interesting...