Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line-wrap is clipping last character #3

Open
Qaus-Sphene opened this issue May 26, 2024 · 7 comments
Open

line-wrap is clipping last character #3

Qaus-Sphene opened this issue May 26, 2024 · 7 comments

Comments

@Qaus-Sphene
Copy link

Screenshot_20240526_062606

it doesn't appear to matter how wide i have my terminal window set, that last character is always line-wrapped back to the left side. also tried messing with font sizes, no effect.

@HimDek
Copy link
Owner

HimDek commented May 26, 2024

Thats weird. Why do you have a git repo on your home? And What is the name of the branch?

@HimDek
Copy link
Owner

HimDek commented May 26, 2024

Also make sure that you are using monospace fonts only.

@Qaus-Sphene
Copy link
Author

Qaus-Sphene commented May 26, 2024

i'm not sure why i have a git repo on my home, i don't even know what/where it is.
i'm definitely using a monospace font

@HimDek
Copy link
Owner

HimDek commented May 26, 2024

Fixed reinstall and if the issue persists, remove or comment git-prompt from plugins in the file ~/.zshrc

plugins = (
  ...
  #git-prompt
  ...
)

@HimDek HimDek closed this as completed May 26, 2024
@Qaus-Sphene
Copy link
Author

it's still there even after reinstalling and commenting out git-prompt
Screenshot_20240526_114745

@Qaus-Sphene
Copy link
Author

fixed it myself by changing line 443 local spaces=$((COLUMNS-len)) to say local spaces=$((COLUMNS-len-1))

@HimDek HimDek reopened this May 27, 2024
@HimDek
Copy link
Owner

HimDek commented May 27, 2024

fixed it myself by changing line 443 local spaces=$((COLUMNS-len)) to say local spaces=$((COLUMNS-len-1))

Not really a fix, but a workaround. So reopening the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants