human3 / searchf

Application running in terminals to search into text files, highlight keywords, remove noise
Apache License 2.0
1 stars 0 forks source link

Mouse wheel not working on mac (can't scroll down) #170

Open human3 opened 2 months ago

human3 commented 2 months ago

Repro

Expected: view scrolls down Actual: nothing happens

$ python3 --version
Python 3.12.5
human3 commented 2 months ago

This seems related to https://github.com/peterbrittain/asciimatics/issues/345

human3 commented 2 months ago

This issue would probably be fixed by https://github.com/python/cpython/issues/91132

human3 commented 2 months ago

not working in linux VM...