dark293 / garglk

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

Garglk *requires* clearing of "more" prompts even for text windows where input is not pending #202

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In a layout of multiple text buffer windows, it is possible that more than one 
window can have more text than can be displayed at once. In this case, a "more" 
prompt appears in each window. The problem is that, before the user can enter 
input, he must clear all of the prompts in all of the windows, with at least 
onea keypress for each. This can be extremely counterintuitive and confusing, 
since there is typically only window that is pending the player's input. 

Windows where input is pending are the only ones in which clearing the "more" 
prompt should be required to proceed.

Original issue reported on code.google.com by Ek.Temple@gmail.com on 5 Feb 2013 at 4:12