Open dandv opened 10 years ago
Termios is used to hide pressed action buttons and to get the size of the screen [1]. Maybe there are portable alternatives of these. We can even make it work without these.
Windows support would be nice but I am not a Windows user. I will leave it open in case someone else would like to work on that.
[1] https://github.com/tart/motop/blob/master/libmotop/console.py#L46
Looks like motop needs termios, which doesn't work on Windows.