1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-08 12:05:46 +01:00

Deal with echoed messages being cleared by scroll event. Closes issue #374.

This commit is contained in:
Kris Maglione
2011-03-05 06:54:44 -05:00
parent 96c5044ac4
commit cf681d5cbb
4 changed files with 24 additions and 17 deletions

View File

@@ -150,7 +150,7 @@ var Buffer = Module("buffer", {
// called when the active document is scrolled
_updateBufferPosition: function _updateBufferPosition() {
statusline.updateBufferPosition();
commandline.clear();
commandline.clear(true);
},
/**