From: dove at mit-dspg at mit-mc
The string nl is supposed to be used for newline, but my cr_put.c
putchar('\n') in it. This causes some problem for non scrolling terminals
which clear the next line when they move to it via '\n' but not when
a special nl sequence is used. (sigh)