Fix tags not rendering in list box
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,6 +26,7 @@ const list_box = blessed.list({
|
|||||||
keys: true,
|
keys: true,
|
||||||
vi: true,
|
vi: true,
|
||||||
mouse: true,
|
mouse: true,
|
||||||
|
tags: true,
|
||||||
style: {
|
style: {
|
||||||
selected: { bg: 'blue', fg: 'white', bold: true },
|
selected: { bg: 'blue', fg: 'white', bold: true },
|
||||||
border: { fg: 'cyan' },
|
border: { fg: 'cyan' },
|
||||||
|
|||||||
Reference in New Issue
Block a user