doesnt look as cool, but for sure feels simpler

This commit is contained in:
2026-02-26 00:41:03 +00:00
parent 34120f10af
commit fe5505435b
12 changed files with 671 additions and 617 deletions
+12
View File
@@ -0,0 +1,12 @@
package views
import (
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)
var (
blankInputCapture = func(ev *tcell.EventKey) *tcell.EventKey { return ev }
blankTreeViewOnChange = func(node *tview.TreeNode) {}
blankDropdownOptionCallback = func() {}
)