LMH01 / alpha_tui

My attempt to write a runtime environment and debugger for the Alpha-Notation used in my SysInf lecture.
GNU General Public License v3.0
14 stars 1 forks source link

Check what the minimal terminal size is that makes the program work #38

Closed LMH01 closed 5 months ago

LMH01 commented 5 months ago

I should check what the minimal terminal size is where the program is still usable.

If that size is undershot, the tui will not be displayed, instead a text "terminal to small" or something similar should be displayed.

This minimal size should be determined for sandbox mode and load mode independently.

This behavior should probably be overridable using a cli flag.

LMH01 commented 5 months ago

On second thought, I don't think that this is something that should be implemented as I think that this could be perceived as too limiting. Instead, I will update some labels of blocks to be more dynamic regarding the screen size that is used.