Compared against .NET
authorMiguel de Icaza <miguel@gnome.org>
Mon, 25 Aug 2008 15:59:34 +0000 (15:59 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 25 Aug 2008 15:59:34 +0000 (15:59 -0000)
svn path=/trunk/mcs/; revision=111538

mcs/class/corlib/System/TermInfoDriver.cs

index 79aff6843ae4dc82597e17e94387594746de635d..c9eaad85aac50e28c23e055db41819f95b182088 100644 (file)
@@ -896,7 +896,7 @@ namespace System {
                                        readpos += 2;
                                        AdjustBuffer ();
                                        if (buffer [readpos+1] == 127)
-                                               return new ConsoleKeyInfo ((char)0, ConsoleKey.Backspace, false, true, false);
+                                               return new ConsoleKeyInfo ((char)8, ConsoleKey.Backspace, false, true, false);
                                        return CreateKeyInfoFromInt (buffer [readpos+1], true);
                                } else
                                        return null;