You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it might be caused by the upgrade to rustyline 7.0. There seems to be some issues related to MinGW (kkawakam/rustyline#401) but I would check if apply here or not.
Hello,
I just build the last version of scryer-prolog yesterday and I just see that I cannot type any char through the
alt gr
modifier key.I have a swiss french keyboard layout and so when I type
\ [ ]
, the repl caret do not move.I have built the last version with mingw on windows with the minor modification of removing the nix signal
SIGINT
handling on themain.rs
file.It did work on
0.8.126
The text was updated successfully, but these errors were encountered: