erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Right side of status bar is blank #144

Open tobiasvl opened 2 years ago

tobiasvl commented 2 years ago

I'm running version 1.4.1 and ZVM. The right side of the status line suddenly went blank today; I think it happened when I resized the window, so I first thought the problem was that there wasn't enough room to display it, but resizing it back (or even maximizing it) doesn't bring it back (neither does restarting Lectrote).

image

Zoom is 100%, so it's presumably not a duplicate of #133, but it might be related?

curiousdannii commented 2 years ago

This is a limitation of the Z-Machine: if the window is made smaller so the status window loses some content, it can't be replaced immediately. But it should be filled in again after the next turn. So just try pressing Enter ;)

tobiasvl commented 2 years ago

Okay! That was easy!

However, as an example, Gargoyle doesn't have this issue. I'm not sure if it does anything clever to fill it in on window resize?