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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user