From d6c5530b35743d1a2f153f942f508ca0768870af Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 24 Oct 2024 12:02:39 -0400 Subject: more than one slider WIP --- internal/tui/tui.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 internal/tui/tui.go (limited to 'internal/tui/tui.go') diff --git a/internal/tui/tui.go b/internal/tui/tui.go new file mode 100644 index 0000000..3bbbc95 --- /dev/null +++ b/internal/tui/tui.go @@ -0,0 +1,5 @@ +package tui + +// TODO: Implement the TUI struct +// This will be the main thing containing all elements +type TUI struct{} -- cgit v1.2.3