From 412e322a699958f5baf8a199db4c05475dda8aa9 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sat, 7 Mar 2026 21:13:50 +0000 Subject: [PATCH] Fix tags not rendering in list box Co-Authored-By: Claude Sonnet 4.6 --- bin/ccc-queue.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ccc-queue.mjs b/bin/ccc-queue.mjs index cdf58ff..22cc290 100755 --- a/bin/ccc-queue.mjs +++ b/bin/ccc-queue.mjs @@ -26,6 +26,7 @@ const list_box = blessed.list({ keys: true, vi: true, mouse: true, + tags: true, style: { selected: { bg: 'blue', fg: 'white', bold: true }, border: { fg: 'cyan' },