Emanuele Iannone
Emanuele Iannone
Hi @zhuqiyun , could you please try latest version? I tested today on my Raspberry Pi 3B+ and now it seems to be working.
Hi @kim0 , than you for your comment. I think to have found the cause of those data races. For example, regarding the race found in the `Open()` method, I...
With commits 6e7ac5f2b42c16e95f7ef281b0493052d534608c, fdeef67cd149302c448e04bb39ddeef43dc45fca and a10ace96483090f3afe59c54bde218666e924226 I think all the data races should be fixed now.
Hi @mhernan88 , you should look at the latest commit 32d709cec0bda67cd16653ef4175556f5f79cacd. I have added a new function `GetKeys()`, which returns a channel with the keystroke events. You can get the...
Hi @rajkumarks7 , which terminal are you using? Could you please tell me the output of `echo $TERM` command?
Ok, should be fixed with latests commits 5797b640fd6d5e528d44c4f382c33be677c1c0c2 and caf4b762e807eee1398b6400b0288594bb963ffb. There was a typo, plus it seemed that reading escape sequences for special keys from terminfo files was not so...
Hi @kzoper , I tried your code on linux (Ubuntu) with latest version of library, and it seems to be working. I couldn't reproduce your error. Could you please pull...