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)
Tue, Sep 1, 11:03 PM
Unknown Object (File)
Sat, Aug 29, 1:40 PM
Unknown Object (File)
Sat, Aug 29, 1:40 PM
Unknown Object (File)
Fri, Aug 28, 6:04 AM
Unknown Object (File)
Wed, Aug 26, 1:18 AM
Unknown Object (File)
Sun, Aug 23, 8:43 AM
Unknown Object (File)
Fri, Aug 21, 10:20 PM
Unknown Object (File)
Fri, Aug 21, 10:18 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable