summaryrefslogtreecommitdiff
path: root/usr.bin/top/screen.c
AgeCommit message (Expand)Author
2019-10-08Replace "boolean.h" with <stdbool.h>kn
2017-03-15annoying whitespace die die dieTheo de Raadt
2010-02-05Header_lines always has the same value as y_procs; so zap the former;Otto Moerbeek
2008-09-24remove unused functionCharles Longeau
2007-06-10clear to end of line at quit, needed for terms that do not restoreOtto Moerbeek
2007-05-29Instead of using hand-crafted redraws minimizing screen updates, use curses.Otto Moerbeek
2007-04-04garbage collect unused var ospeed; from Mark LumsdenOtto Moerbeek
2007-03-30Remove some uneeded includes and declarations. -Wall is happy and noOtto Moerbeek
2004-05-09spacesTheo de Raadt
2003-06-16Add missing #include <err.h>Todd C. Miller
2003-06-16use warnx(); millert okTheo de Raadt
2003-06-13readable codeTheo de Raadt
2003-06-12knfTheo de Raadt
2003-06-12cleanup; ok deraadtPeter Valchev
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
2001-07-27abort if stdout use ever produces EOF. before, top was one of those nastyTheo de Raadt
1999-04-26s/STDIN_FILENO/STDOUT_FILENO/ to match top distribution code, rohee@essi.fr.Jason Downs
1997-12-02watch those overflowsbitblt
1997-09-16small terminals are dumbTobias Weingartner
1997-08-24Fix compiler warnings.Todd C. Miller
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
1997-08-14top 3.4, with a few changes. Still needs more work.Jason Downs