-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unwanted characters in window status #1
Comments
Dear @omar2205 , |
Hey @charlietag, thanks for getting back to me, |
Hi @omar2205 , SolutionI hope this could help you to remove them. Modify this file manually: -46: status_format_0_tobe="$(echo "${status_format_0_default}" | sed 's/:status-left//g' | sed 's/:status-right//g')"
+46: status_format_0_tobe="$(echo "${status_format_0_default}" | sed 's/:status-left//g' | sed 's/:status-right//g' | sed 's#T;=/##g' )" Tmux source code
|
Hi @omar2205 , ddd6e6a#diff-e015cc3ac522b202bb23852488a7ac2c019e2c82568ecb387b97b60ebbecdf4b Can you try to undo the change and update the repo to the latest status. CommandUndo changes
Update the repo to the latest status
|
Yep, it worked, thanks. |
28 and 26 are
status-left-length
andstatus-right-length
The text was updated successfully, but these errors were encountered: