1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 05:25:45 +01:00

initial buffer implementation

This commit is contained in:
Doug Kearns
2007-08-07 14:19:20 +00:00
parent 4c919b8ea0
commit ad44a9160c
8 changed files with 369 additions and 266 deletions

View File

@@ -808,7 +808,7 @@ function StatusLine() //{{{
this.updateUrl = function(url)
{
if (!url || typeof url != "string")
url = getCurrentLocation();
url = vimperator.buffer.location;
url_widget.value = url;
};