Refresh works, Dialogs close

This commit is contained in:
Miguel de Icaza
2018-01-07 22:11:23 -05:00
parent a0175bd531
commit db534ed1c1
8 changed files with 95 additions and 31 deletions

View File

@@ -190,7 +190,7 @@ namespace Terminal {
}
break;
}
return false;
return base.ProcessKey (kb);
}
}