]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
top(1): remove special handling of load > 5
authoreadler <eadler@FreeBSD.org>
Fri, 22 Jun 2018 09:45:18 +0000 (09:45 +0000)
committereadler <eadler@FreeBSD.org>
Fri, 22 Jun 2018 09:45:18 +0000 (09:45 +0000)
commit1cba05ee8f46bc918ad077c455a5f0875c3c45ea
treefc14db0b2f4588cb39e6e3d79f3b5dddeae71293
parentdf25a45659a57a782be21981bc9023554540b3e2
top(1): remove special handling of load > 5

When the load is "high" (an arbitrary value) top(1) previously moved the
cursor to the top-left of the screen as an acknowledgment. In practice,
on modern machines, even relatively slow ones, it looked more like a
glitch. Remove the logic.
usr.bin/top/screen.c
usr.bin/top/screen.h
usr.bin/top/top.c