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
F150322530: D16309.id.diff
Tue, Mar 31, 4:43 AM
Unknown Object (File)
Fri, Mar 20, 1:54 AM
Unknown Object (File)
Mar 1 2026, 10:23 AM
Unknown Object (File)
Feb 28 2026, 3:59 PM
Unknown Object (File)
Feb 28 2026, 9:06 AM
Unknown Object (File)
Feb 8 2026, 12:29 PM
Unknown Object (File)
Feb 7 2026, 4:03 PM
Unknown Object (File)
Jan 31 2026, 12:02 AM
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