Page MenuHomeFreeBSD

loader: Fix 0 vs 1 confusion for column numbers
ClosedPublic

Authored by imp on Sep 24 2024, 5:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 14, 5:35 AM
Unknown Object (File)
Sat, Apr 12, 9:11 AM
Unknown Object (File)
Fri, Apr 4, 7:33 PM
Unknown Object (File)
Mar 10 2025, 3:00 PM
Unknown Object (File)
Mar 9 2025, 10:56 PM
Unknown Object (File)
Mar 9 2025, 10:54 PM
Unknown Object (File)
Mar 9 2025, 3:49 PM
Unknown Object (File)
Jan 14 2025, 6:04 AM
Subscribers

Details

Summary

In two places we use '0' for a column number. However, the upper left
hand corner of the screen is 1, 1. Fix those two confusions. Also, fix
a comment that flipped the coordinates in a comment (I'm used to the
vt100 convention where it's row, column (eg y, x)) and didn't notice
the rest of the code uses x, y.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable