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' },