[net.notes] at

mclure@sri-unix (07/25/82)

When a user types a note number to read, the at(-1,3) in index.c
places the cursor 3 columns into the prompt line and prints
'Read note > ##' where ## is the note number. However, the first
couple columns still have part of the left-over prompt. I changed
our at(-1,3) to at(-1,1) and it seems to work correctly now.

	Stuart