aerc/lib/ui
Greg Anders 4bdef7d860 Add UI options to save/pipe messages with unsupported mimetypes
Adds a message indicating the user's ability to :save or :pipe a message
with an unsupported mimetype and also adds a selector widget (similar to
the tutorial).

The selector widget was previously defined in the account wizard module,
so this commit breaks it out into its own module to allow for re-use.

Further, modify the BeginExLine() function to take an argument that
pre-populates the command line, allowing functions to initiate an ex
command without executing it.

Closes #95.
2019-11-17 13:19:13 -05:00
..
borders.go Add Mouseable 2019-09-11 11:41:34 -04:00
context.go Add cursor handling in ex line 2019-01-14 08:07:24 -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
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 Add UI options to save/pipe messages with unsupported mimetypes 2019-11-17 13:19:13 -05:00
ui.go Remove aerc specific code from the ui 2019-08-03 16:50:49 -04:00