GLK: FROTZ: Implement PageUp/PageDn scrolling of desc area in Beyond Zork

This commit is contained in:
Paul Gilbert 2018-12-28 21:15:50 -08:00
parent f218400d3b
commit 7a21e23603
6 changed files with 58 additions and 16 deletions

View file

@ -138,7 +138,7 @@ uint GlkAPI::glk_gestalt_ext(uint id, uint val, uint *arr, uint arrlen) {
return g_conf->_sound;
case gestalt_LineTerminatorKey:
return Window::checkTerminator(val);
return Window::checkBasicTerminators(val);
case gestalt_Timer:
case gestalt_Unicode: