gabrieldemian / vincenzo

A BitTorrent client with vim-like keybindings and a terminal based UI.
https://github.com/gabrieldemian/vincenzo
MIT License
144 stars 7 forks source link

Fixes of a few bugs on Windows #4

Closed gabrielmfern closed 1 year ago

gabrielmfern commented 1 year ago

This PR fixes the following:- The config folder not being created recursively, causing an error (not specific to Windows, but fixed)- Windows seems to treat key events differently on the terminal, so it ended up duplicating most key presses (fixed)That's it thanks!