diff options
Diffstat (limited to '')
-rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c index e64095a..e7ec656 100644 --- a/window.c +++ b/window.c @@ -118,7 +118,7 @@ uint windowFor(uint id) { window->thresh = windowThreshold; } window->buffer = bufferAlloc(); - completePush(None, idNames[id]); // color = idColors[id] + completePush(None, idNames[id], idColors[id]); return windowPush(window); } |