Progress on source files.

This commit is contained in:
Devine Lu Linvega
2016-12-19 14:25:30 -07:00
parent 29ca5aa5cd
commit df8d94d3d5
5 changed files with 50 additions and 54 deletions

View File

@@ -17,6 +17,6 @@ function History(rune)
this.widget = function()
{
if(this.lines.length === 0){ return "";}
return "; "+this.lines.length+" ";
return "^ "+this.lines.length+" ";
}
}