This commit is contained in:
David Dworken 2022-11-29 17:17:45 -08:00
parent ef976a08c6
commit a481701cda
No known key found for this signature in database

View File

@ -455,3 +455,5 @@ func TuiQuery(ctx *context.Context, initialQuery string) error {
fmt.Printf("%s\n", strings.ReplaceAll(selectedRow, "\\n", "\n"))
return nil
}
// TODO: there is a bug where if you mvoe the cursor left int he TUI, and type, the cursor gets moved to the right