You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, having the same issue on chess-tui and to fix that you need to manualy zoom in or out of your terminal using ctrl + / - for the moment it is the only effective way to adjust the pieces size
I think using the Canvas widget might help.
The widget allows you to draw arbitrary shapes on the terminal.
Perfect for drawing diagonal lines and circles which are the required shapes for the game.
I am learning ratatui myself, maybe some time later I'll make a PR fixing this problem.
The hardcoded X and O ASCII arts don't render properly on terminals having large font size.
The text was updated successfully, but these errors were encountered: