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
F168137140: D46777.id.diff
Wed, Aug 26, 1:23 PM
F168125466: D46777.id143684.diff
Wed, Aug 26, 12:12 PM
F168111688: D46777.diff
Wed, Aug 26, 10:52 AM
Unknown Object (File)
Sat, Aug 22, 2:02 PM
Unknown Object (File)
Thu, Aug 20, 9:03 PM
Unknown Object (File)
Wed, Aug 12, 3:06 PM
Unknown Object (File)
Mon, Aug 10, 6:39 PM
Unknown Object (File)
Mon, Aug 10, 2:08 PM
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