[metal] When listing VESA video modes, say "X" "Y" not "wid" "ht"

Following @paulwratt's suggestion at
https://github.com/jart/cosmopolitan/pull/637#issuecomment-1262114637
This commit is contained in:
tkchia 2022-09-30 08:05:28 +00:00
parent cf79923df1
commit f8eb68a3b8

View file

@ -588,9 +588,9 @@ str.bad_mode:
.endobj str.bad_mode
str.mode_list_start:
.ascii "info: VESA video modes:\r\n"
.ascii " mode# wid ht bpp"
.ascii " mode# wid ht bpp"
.asciz " mode# wid ht bpp\r\n"
.ascii " mode# X Y bpp"
.ascii " mode# X Y bpp"
.asciz " mode# X Y bpp\r\n"
.endobj str.mode_list_start
.type_list: