1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 11:24:12 +01:00

clear the commandline when changing tabs

This commit is contained in:
Doug Kearns
2007-10-07 21:20:17 +00:00
parent 99fd79cdd7
commit 9d7fb15229

View File

@@ -52,6 +52,7 @@ function Events() //{{{
vimperator.buffer.updateBufferList();
}, false);
tabcontainer.addEventListener("TabSelect", function(event) {
vimperator.commandline.clear();
vimperator.statusline.updateTabCount();
vimperator.buffer.updateBufferList();
vimperator.tabs.updateSelectionHistory();