From: utzoo!decvax!cca!mclure@sri-unix Newsgroups: net.notes Title: at(-1,3) in index.c Article-I.D.: sri-unix.2277 Posted: Sun Jul 25 14:08:00 1982 Received: Wed Jul 28 05:55:36 1982 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