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)
Fri, Mar 20, 9:00 AM
Unknown Object (File)
Wed, Mar 18, 7:01 PM
Unknown Object (File)
Sat, Mar 14, 12:16 PM
Unknown Object (File)
Sat, Mar 14, 7:24 AM
Unknown Object (File)
Feb 8 2026, 11:43 AM
Unknown Object (File)
Feb 7 2026, 4:45 PM
Unknown Object (File)
Jan 30 2026, 7:06 PM
Unknown Object (File)
Dec 22 2025, 4:35 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