Skip to content

I6 library appears to be lacking ClearScreen function #33

@joshwarecom

Description

@joshwarecom

While I7 does support Vorple clearing the screen, it appears that function is missing from the Inform 6 library. Something like this added to vorple-screen-effects.h should do the trick:

    VorpleClearScreen [;
      ClearScreen();
      VorpleExecuteJavaScriptCommand("$('#window0 *:not(.turn.current), .turn.current').empty()");
    ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions