Open me-and opened 1 year ago
I look this bug, Ctrl-C
"works" but its teat as normal character and enter still is working (lack of visual feedback is confusing).
After hacking around compat/terminal.c
I find that adding:
#define HAVE_DEV_TTY
fix this whole problem and interactive.singlekey
it work again as advertised.
Ah, good to know! I'll do a bit of digging and work out how that should get plumbed in properly. I'm a bit wary of just adding the #define
, in case adding it causes more problems than it solves, but that information is an incredibly useful starting point!
Yes, it would be crude hack (and I plan do it for myself locally) but for more proper fix (even for main git branch) could be:
in file config.mak.uname
do setting HAVE_DEV_TTY = YesPlease
for Cygwin
. I did not check it yet, but I hope it could work.
Reported at https://cygwin.com/pipermail/cygwin/2022-August/252132.html: