aerc/lib/ui
Ben Burwell 07a9b9204e Don't select completions until tab has been pressed
Before, pressing <Enter> when completions were visible would execute the
selected completion. As soon as completions were provided, the first
item would be selected. This could cause issues e.g. when changing
folders:

  :cf <Enter>

Previously, this would have selected the first folder in the list. Now,
since <Tab>, <C-n>, etc have not been pressed to select the first
completion, the command above simply executes `:cf `.

To accomplish this, a "no-op completion" has been added at index -1.
2020-01-05 16:01:50 -05:00
..
borders.go Add Mouseable 2019-09-11 11:41:34 -04:00
context.go Add popovers 2019-12-21 09:23:20 -05:00
fill.go switch to tcell from termbox 2018-06-01 16:04:43 -07:00
grid.go Add Mouseable 2019-09-11 11:41:34 -04:00
interfaces.go Add Mouseable 2019-09-11 11:41:34 -04:00
invalidatable.go lib/ui: introduce Invalidatable 2019-04-27 14:30:28 -04:00
popover.go Add popovers 2019-12-21 09:23:20 -05:00
stack.go Add Mouseable 2019-09-11 11:41:34 -04:00
tab.go Fix tab refocus on remove 2019-10-14 10:38:04 -04:00
text.go New account wizard, part one 2019-05-21 16:53:50 -04:00
textinput.go Don't select completions until tab has been pressed 2020-01-05 16:01:50 -05:00
ui.go Add popovers 2019-12-21 09:23:20 -05:00