Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Hard limits of width and height poorly enforced #76

@DavidGriffith

Description

@DavidGriffith

The Z-machine has a hard limit of 255 characters in width and height. This is because both values are stored as 8-bit unsigned integers. However, if dfrotz or frotz are given hight or width exceeding this, the results are unpredictable. According to this:https://www.intfiction.org/forum/viewtopic.php?f=38&t=11540&start=40 , if the height is 255, then the MORE prompt should be disabled. I can't seem to figure out where this is handled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions