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

Support dynamically resizing the browser when resizing its xterm window #112

Open
danboid opened this issue Mar 14, 2024 · 1 comment
Open

Comments

@danboid
Copy link

danboid commented Mar 14, 2024

It would be nice if httm dynamically resized its browser display "window" when the user resizes an xterm running it without having to quit and re-run httm to get it to redraw the httm browser.

@kimono-koans
Copy link
Owner

httm is dependent on a few libraries. One is skim, a Rust fuzzy finder library and binary, and transitively tuikit. AFAICT this bug is a problem re: these dependencies. Resizing should work and does work re: skim when running the binary sk, but only after the ingest stage (?).

skim and sk are, as you might imagine, extremely complicated programs. I have my own skim branch: two_percent, and understand some parts of the library very well, but unfortunately not all of it, and not this. I'm happy to keep this issue open in case someone else would like to fix, or if you can provide more information regarding the root cause of the issue. For now, however I won't actively be searching for a solution.

Of course, feel free to report to skim and tuikit, but AFAIK these projects have been relatively dormant for awhile.

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