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

Alt+backspace at start of test throws error [BUG] #70

Closed
Narmis-E opened this issue Feb 5, 2024 · 2 comments · Fixed by #71
Closed

Alt+backspace at start of test throws error [BUG] #70

Narmis-E opened this issue Feb 5, 2024 · 2 comments · Fixed by #71
Labels
bug Something isn't working

Comments

@Narmis-E
Copy link
Contributor

Narmis-E commented Feb 5, 2024

Describe the bug 🐛

Using alt+backspace to remove an entire word when there are no letters typed throws an index error and quits the program.

To Reproduce 🐣

  1. start smassh
  2. alt+backspace

Expected behavior 🤔

Nothing should happen if there are no letters or words that have been written.

Screenshots 🧐

image

Your operating system name

Arch Linux

Your operating system version

6.7.3-arch1-1

Additional context 📝

Using kitty inside a tmux session (same thing happens without tmux however). I cant offer much help with my (lack of) expertise in python but is the correct=<Match.BACKSPACE: 3> part of the checkpoint trying to remove up until a third letter when there are none? This isn't a big issue as nobody needs to backspace at the start, but just thought I'd let you know.

Installed via AUR.

EDIT: I just noticed you made a fix for using ctrl+w which had the same issue, is this something similar?

@Narmis-E Narmis-E added the bug Something isn't working label Feb 5, 2024
@kraanzu
Copy link
Owner

kraanzu commented Feb 5, 2024

EDIT: I just noticed you made a fix for using ctrl+w which had the same issue, is this something similar?

Yes, I just need to make a quick hotfix release. Lemme do that

@kraanzu kraanzu mentioned this issue Feb 5, 2024
Copy link

github-actions bot commented Feb 5, 2024

Did we solve your problem?

Glad we could help!
Don't forget to star the repository!
@kraanzu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants