John Pallister
John Pallister
I have the same issue. Any interest from the developers?
Here's the display of the LispWorks SLIME error: ```#\「 (of type CHARACTER) is not of type BASE-CHAR. [Condition of type TYPE-ERROR] Restarts: 0: [NIL] Try loading C:\Users\john\AppData\Local\cache\common-lisp\lw-8.1.1-win-x86\C\Users\john\quicklisp\local-projects\april\spec.ofasl again. 1: [NIL]...
If you'd like me to run any more tests, sample code etc. just let me know.
OK, the short answer is: running the demo immediately and silently terminates the process. The long answer: I downloaded and compiled a 32-bit version of [PDCurses](https://github.com/wmcbrine/PDCurses/tree/master) and ran the demo...
When I run the demo in SBCL in a PowerShell window with the 64-bit `libncursesw6.dll` from MSYS2, I get some output and then a blank screen. None of the keys...
No, I haven't seen any ncurses output other than the clearing of the window. No indication that keypresses were being processed either. I played around with the "hello world" code...