microsoft / jericho

A learning environment for man-made Interactive Fiction games.
GNU General Public License v2.0
257 stars 42 forks source link

Disable word wrapping in frotz. #20

Closed MarcCote closed 4 years ago

MarcCote commented 4 years ago

At the moment, long sentences are causing word wrapping. This PR modifies the frotz internal to skip word wrapping.

This PR increases the "screen width". I don't know if there's a better solution but I think @mhauskn did the same for screen height?

mhauskn commented 4 years ago

Hi Marc - thanks for the PR.

For my own prioritization - How important is the issue & when would you like to have a fix by?

MarcCote commented 4 years ago

Not urgent. It doesn't affect the semantic of the observation, only the formatting. FYI the fix/hack I proposed does NOT work.

MarcCote commented 4 years ago

Ideally what we would need is to disable word wrapping but I don't know where exactly to do that.

MarcCote commented 4 years ago

@mhauskn I just found how to disable the word wrapping. I've updated this PR.