ckaznable / poketex

Simple Pokedex based on TUI(Terminal User Interface)

Home Page:https://crates.io/crates/poketex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Double movement

non-descriptive opened this issue · comments

Looks like it has issues with button handlingsince it handles both up and down states the same time. So when I try to navigate throw list with up/down buttons it does two steps per button.

Tested on windos, but I guess it's non platform related issue

Are you using the arrow keys or hjkl to navigate?

Because it works fine on my Ubuntu 22.04

crossterm-rs/crossterm#752

It seems to be a problem only for windows. I will find time to test this on windows.

Checked on Debian as well, works fine. So I guess it's really crossterm's windows specific bug.

v1.3.0 published