2008-09-02 Miguel de Icaza <miguel@novell.com>
authorMiguel de Icaza <miguel@gnome.org>
Tue, 2 Sep 2008 18:30:45 +0000 (18:30 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 2 Sep 2008 18:30:45 +0000 (18:30 -0000)
* getline.cs (CmdRefresh): Apply patch from Douglas S. Blank
<dblank@cs.brynmawr.edu> which updates the cursor position on
refresh.

svn path=/trunk/mcs/; revision=112113

mcs/mcs/ChangeLog
mcs/mcs/getline.cs

index d7720905a9f5d4c0c0baff96fc9ce8b4e4b4db41..d2e82c5e2a579c5d29eb1fc085c17ca0dcb6ce3b 100644 (file)
@@ -1,3 +1,9 @@
+2008-09-02  Miguel de Icaza  <miguel@novell.com>
+
+       * getline.cs (CmdRefresh): Apply patch from Douglas S. Blank
+       <dblank@cs.brynmawr.edu> which updates the cursor position on
+       refresh.
+       
 2008-09-02  Marek Safar  <marek.safar@gmail.com>
 
        * driver.cs: Fixed import of extension methods when using -noconfig
index d8856b9cbdd501f1883bebbb339bd3724a8a9909..b21a0655e3f9983c8e741d94fd14ab00949d29c6 100644 (file)
@@ -641,6 +641,7 @@ namespace Mono.Terminal {
                        Console.Clear ();
                        max_rendered = 0;
                        Render ();
+                       ForceCursor (cursor);
                }
 
                void InterruptEdit (object sender, ConsoleCancelEventArgs a)