Hide resolution by default on headless systems

This commit is contained in:
LukeHuckman 2021-04-16 16:32:00 +08:00
parent 422224d927
commit 5a511a1f9e

View file

@ -245,6 +245,7 @@ void print_info()
printf("\033[18C%s%sWAM %s%i MB/%i MB\n",
NORMAL, BOLD, NORMAL, (ram_used), ram_total);
if (show_resolution)
if (screen_width != 0 || screen_height != 0)
printf("\033[18C%s%sRESOLUTION%s %dx%d\n",
NORMAL, BOLD, NORMAL, screen_width, screen_height);
if (show_shell)