--- ./top.c.orig 2003-02-02 00:14:04.000000000 -0800 +++ ./top.c 2003-02-02 11:27:26.000000000 -0800 @@ -3214,6 +3214,10 @@ whack_terminal(); // > onions etc. < windows_stage2(); // as bottom slice // +-------------+ + /* Default to no bold */ + TOGw(Curwin, View_NOBOLD); + capsmk(Curwin); + signal(SIGALRM, end_pgm); signal(SIGHUP, end_pgm); signal(SIGINT, end_pgm);