Page MenuHomeFreeBSD

Remove bogus attempt to simulate scrolling. It's not needed and messes up serial output.
ClosedPublic

Authored by imp on Jul 17 2018, 8:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 14 2024, 12:02 AM
Unknown Object (File)
Sep 30 2024, 8:05 PM
Unknown Object (File)
Sep 25 2024, 11:21 AM
Unknown Object (File)
Sep 24 2024, 9:22 AM
Unknown Object (File)
Sep 21 2024, 11:40 AM
Unknown Object (File)
Sep 21 2024, 2:00 AM
Unknown Object (File)
Sep 18 2024, 2:21 AM
Unknown Object (File)
Sep 17 2024, 6:07 PM
Subscribers
None

Details

Summary

So the 'always set the cursor position' has a problem.

On serial console, it mixes escape codes and characters needlessly.
It also causes the serial console to bogusly scroll one line when it overflows the screen

These changes allow the device to cope on its own w/o trying to second guess itself.
It isn't perfect, but it's a lot better.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18107
Build 17843: arc lint + arc unit