The following line causes a fatal error when "win" is a TextGrid window:
glk_request_line_event(win, buffer + WORDSIZE, INPUT_BUFFER_LEN - WORDSIZE, 0);
The error message is:
Glulxe fatal error: Mismatched array argument in Glk call.
However, it works OK when "win" is a TextBuffer window.
Original issue reported on code.google.com by ricp...@gmail.com on 22 Apr 2013 at 8:36
Original issue reported on code.google.com by
ricp...@gmail.com
on 22 Apr 2013 at 8:36