fancho29 / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

glk_request_line_event() doesn't work on TextGrid windows #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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