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

Add line truncating #7

Closed
KGOH opened this issue Aug 22, 2024 · 0 comments
Closed

Add line truncating #7

KGOH opened this issue Aug 22, 2024 · 0 comments

Comments

@KGOH
Copy link

KGOH commented Aug 22, 2024

Currently it looks like this with long commands (the screenshot is not truncated from the right side, btw):
image

I expect something like this:
image

Probably should be added here:

set_status("▶️ " + cmd["name"], self.window.active_view())

Something like this

        text_width = 20
        set_status("▶️ " + cmd["name"][:text_width] + (cmd["name"][text_width:] and "..."), self.window.active_view())
@tonsky tonsky closed this as completed in c7dc92c Aug 23, 2024
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

1 participant