Open human3 opened 2 months ago
Repro
pip install searchf
searchf <some_long_enough_file>
Expected: view scrolls down Actual: nothing happens
$ python3 --version Python 3.12.5
This seems related to https://github.com/peterbrittain/asciimatics/issues/345
This issue would probably be fixed by https://github.com/python/cpython/issues/91132
not working in linux VM...
Repro
pip install searchf
on a macsearchf <some_long_enough_file>
Expected: view scrolls down Actual: nothing happens