/* faint.h */ EXTERN struct t_faint { float TooFaint; int lgFaintOn; } faint; /* *logical lgFaintOn normally true, says to not print very faint lines *set false with print faint off command *lines fainter than TooFaint will not be printed. This is set in zerologic *and reset with print line faint command */