Backspace does not erase in stdout
Chris Angelico
rosuav at gmail.com
Mon Dec 5 11:13:41 EST 2011
More information about the Python-list mailing list
Mon Dec 5 11:13:41 EST 2011
- Previous message (by thread): Backspace does not erase in stdout
- Next message (by thread): Backspace does not erase in stdout
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Dec 6, 2011 at 3:09 AM, Steven D'Aprano <steve+comp.lang.python at pearwood.info> wrote: > > Is there a way to erase the character other than backspacing, writing a > space, then backspacing again? That feels inelegant. Emitting "\b \b" is one very common way to do a destructive backspace. Inelegant? Perhaps, but a common inelegance. ChrisA
- Previous message (by thread): Backspace does not erase in stdout
- Next message (by thread): Backspace does not erase in stdout
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list