GLK: FROTZ: Implement PageUp/PageDn scrolling of desc area in Beyond Zork
This commit is contained in:
parent
f218400d3b
commit
7a21e23603
6 changed files with 58 additions and 16 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue