Fix tags not rendering in list box

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 21:13:50 +00:00
parent 507eb7584d
commit 412e322a69

View File

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