1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 18:55:46 +01:00

Add separate echo/command-line widgets

This commit is contained in:
Kris Maglione
2008-12-06 09:41:59 -05:00
parent 89c0620634
commit 983c2be92b
7 changed files with 63 additions and 67 deletions

View File

@@ -298,8 +298,6 @@ function Events() //{{{
{
// TODO: is all of that necessary?
modes.reset();
commandline.clear();
modes.show();
statusline.updateTabCount();
tabs.updateSelectionHistory();
@@ -1179,7 +1177,6 @@ function Events() //{{{
selection.collapseToStart();
}
catch (e) {}
commandline.clear();
modes.reset();
liberator.focusContent(true);