mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 19:00:27 +00:00
[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:
parent
cf79923df1
commit
f8eb68a3b8
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue