daelsepara / war-torn-kingdom

ZIL Implementation of War-Torn Kingdom (Quest / Fabled Lands Game book) by Dave Morris and Jamie Thomson
MIT License
1 stars 0 forks source link

Statusbar set to two lines too early #4

Closed fredrikr closed 1 year ago

fredrikr commented 1 year ago

When the statusbar is set to two lines, there is really just one line of statusline text, so the second line is filled with whatever happened to be on line 2 of the screen when the statusline was created. This gets fixed once the game gets going.

daelsepara commented 1 year ago

Should be fixed in latest release. Thanks for reporting.