I am writing a server that is accessed over telnet. I need to prompt the user for information. I can send a prompt such as : "Enter your name: ", however, if the user holds backspace, it overwrites the prompt, and in general, can overwrite all the output I send the user. I dont want this to happen, obviously. Does anyone have any ideas? I thought it might be possible via sending a control character of some sort.