Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!snorkelwacker.mit.edu!hsdndev!cmcl2!adm!news From: J_SCHULL@acc.haverford.edu (Jonathan Schull) Newsgroups: comp.lang.pascal Subject: Re: Reading characters in graphics mode Message-ID: <27258@adm.brl.mil> Date: 19 Jun 91 22:47:31 GMT Sender: news@adm.brl.mil Lines: 7 How to erase characters when backspaced? I wrote a Clear routine which erases a particular area of the screen (The Bar command can be used for this purpose). So the backspace tells you to rease from CursorPos to CursorPos-TextWidth('o'); .