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

Skipping past EOF #3

Open
hpjansson opened this issue Oct 18, 2024 · 2 comments
Open

Skipping past EOF #3

hpjansson opened this issue Oct 18, 2024 · 2 comments

Comments

@hpjansson
Copy link

When I skip ahead and it overshoots, it will skip past EOF. This also produces an indicator that's out of bounds:

vic-skip-unclamped

It should probably stop at EOF.

@jazzyjackson
Copy link

I was about to report the same, I held down 'l' to skip through a long video and when I let up the program was unresponsive as it was still skipping ahead, suppose there was a long queue of keyinput events.

image

useful program otherwise tho thank you.

@jazzyjackson
Copy link

Follow up, this is related to windows terminal being extremely slow, (as discussed previously microsoft/terminal#10362)

having installed vic with Chafa and cargo via macports on macOS, I am still able to fast forward past EOF, but it is less of a problem, because, using alacritty anyway(default terminal was not compatible), seeking forward and backward happens instantly and I can hold down the >> and << keys to my hearts content, and when I let off, vic in alacritty stops seeking, so even if I fly off the EOF I can let off and seek backwards and be back within the file

it's only a dealbreaker within windows terminal running vic/chafa in Windows Subsystem for Linux, as the terminal does not respond quickly enough to the users' key up.

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