mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
fix(scan): Fixed a bug preventing TUI from working.
This commit is contained in:
@@ -36,7 +36,7 @@ multi_select :: proc(
|
||||
return
|
||||
}
|
||||
|
||||
selected = make([dynamic]bool, 0, len(options))
|
||||
selected = make([dynamic]bool, len(options))
|
||||
cursor: int = 0
|
||||
scroll_offset: int = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user