Às 21:35 de 26/09/20, Gianni Ceccarelli escreveu:
On 2020-09-26 David Santiago <deman...@gmail.com> wrote:I'm trying to capture key presses in the terminal and according to raku's documentation i need to have $*IN unbuffered.You have to tell the terminal to stop buffering (AFAIK Raku doesn't buffer its inputs), which is not exactly trivial. You may be better off using https://modules.raku.org/dist/Term::ReadKey:cpan:JKRAMER (for example)
Thank you. I will take a look :-)