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)
Sun, Oct 26, 4:25 PM
Unknown Object (File)
Thu, Oct 16, 8:10 PM
Unknown Object (File)
Thu, Oct 16, 8:10 PM
Unknown Object (File)
Thu, Oct 16, 8:10 PM
Unknown Object (File)
Thu, Oct 16, 10:29 AM
Unknown Object (File)
Tue, Oct 14, 8:59 AM
Unknown Object (File)
Wed, Oct 1, 2:36 PM
Unknown Object (File)
Wed, Oct 1, 1:53 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