1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 06:15:45 +01:00

I cant sleep.

This commit is contained in:
Kris Maglione
2008-10-02 07:04:31 +00:00
parent c37500251a
commit 9d370cfc89
3 changed files with 17 additions and 14 deletions

View File

@@ -711,7 +711,7 @@ liberator.Tabs = function () //{{{
{
// TODO: move this to liberator.tabs.get()
let items = <></>;
let items = <table/>
for (let [i, item] in Iterator(liberator.completion.buffer("")[1]))
{
if (i == liberator.tabs.index())
@@ -722,7 +722,7 @@ liberator.Tabs = function () //{{{
indicator = " ";
let [number, title] = item[0].split(/:\s+/, 2);
items +=
items.* +=
<tr>
<td align="right"> {number}</td>
<td><span style="color: blue"> {indicator} </span></td>