cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
4k stars 310 forks source link

Fix wrong scope of var #293

Closed vuon9 closed 2 years ago

vuon9 commented 2 years ago

Still have some logs, haven't found the reason pagedown and pageup couldn't parsed.

time="2021-11-23T22:50:49+07:00" level=debug msg="Could not map key 'pagedown' to key"
time="2021-11-23T22:50:49+07:00" level=debug msg="Could not map key 'pageup' to key"
time="2021-11-23T22:50:49+07:00" level=debug msg="Sortfn()"
time="2021-11-23T22:50:49+07:00" level=debug msg="Could not map key 'space' to key"
time="2021-11-23T22:50:49+07:00" level=debug msg="Could not map key '\\\\' to key"

Updated: fixed