Press Tab to navigate, Enter to activate
new Buffee(el, { rows: 3 })
TUI.addButton({ row: 1, col: 20, label: '[Save]' })
new Buffee(el, { rows: 5 })
TUI.addButton({ row: 1, col: 2, label: ' OK ', border: true })
new Buffee(el, { rows: 8 })
TUI.addPrompt({ row: 1, col: 2, width: 30, title: 'Search' })
TUI.handleKeyDown(e.key)
new Buffee(el, { rows: 10 })
TUI.addScrollBox({ row: 1, col: 2, width: 40, height: 8, title: 'Logs', lines: [...] })