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, Apr 23, 9:27 PM
Unknown Object (File)
Tue, Apr 23, 8:48 PM
Unknown Object (File)
Sep 19 2023, 11:45 AM
Unknown Object (File)
Jul 10 2023, 9:15 AM
Unknown Object (File)
Jun 14 2023, 8:58 PM
Unknown Object (File)
Jan 25 2023, 5:01 PM
Unknown Object (File)
Dec 11 2022, 12:14 PM
Unknown Object (File)
Nov 28 2022, 4:45 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

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