[perl #125828] [BUG] Unexpected behavior with `getc` in raw mode

2017-12-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
OK, TL;DR you press “q” but nothing happens, and then “q” is received when you press something else. This has been brought up several times, and the reason is that perl 6 works with unicode strings by default (with NFG). It cannot give you “q” right away because there can be a combiner following t

[perl #125828] [BUG] Unexpected behavior with `getc` in raw mode

2015-08-17 Thread via RT
# New Ticket Created by kuerbis # Please include the string: [perl #125828] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125828 > Hi, when I run this script #!/usr/bin/env perl6 use v6; use Term::termios;