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
Libtcod is drawing normal resolution without scaling to the dpi of the screen. An easy solution to this would be to read xserver's Xft.dpi, which is how most servers do it on x-based systems
For example, on i3:

Libtcod is drawing normal resolution without scaling to the dpi of the screen. An easy solution to this would be to read xserver's
Xft.dpi, which is how most servers do it on x-based systems