2007-04-17 Jeffrey Stedfast <fejj@novell.com>
authorJeffrey Stedfast <fejj@novell.com>
Tue, 17 Apr 2007 18:56:38 +0000 (18:56 -0000)
committerJeffrey Stedfast <fejj@novell.com>
Tue, 17 Apr 2007 18:56:38 +0000 (18:56 -0000)
commit156ace44a35e0f8eba06c8a21216a923bb160267
treec90e59a89b63267b83050e2b35f02a0137534c30
parent2513941c982291300ed3f17c0a9ac7116181c1c0
2007-04-17  Jeffrey Stedfast  <fejj@novell.com>

* TermInfoDriver.cs (ReadLine): Implemented a workaround for
IronPython going behind System.Console's back when writing text to
the screen (it doesn't seem to use Console.stdout, instead it
creates its own file stream or something which just so happens to
write to the same file descriptor) by querying for the cursor
position in ReadLine(), so we lose no real performance (since we
have to wait for user input anyway).

svn path=/trunk/mcs/; revision=75852
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/TermInfoDriver.cs