aerc/lib/ui
Christopher Vittal 2b6ec504e5 Add delete forward <C-k> and backward <C-u>
Choose the readline defaults for the behavior of these two
functions/keybindings. Depending on the program, either of these can
delete the whole line.

Note that by default in [compose], <C-k> is bound to :prev-field<Enter>.
Leave it up to the user whether or not they want to rebind the key in
[compose].
2019-08-12 09:27:48 +09:00
..
borders.go lib/ui: introduce Invalidatable 2019-04-27 14:30:28 -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 Fix grid creating too large subcontexts 2019-07-25 18:12:00 -04:00
interfaces.go Ring bell when new messages arrive 2019-07-29 15:01:49 -04:00
invalidatable.go lib/ui: introduce Invalidatable 2019-04-27 14:30:28 -04:00
stack.go Implement the Container interface in lib/ui/ 2019-01-20 15:06:44 -05:00
tab.go Fix tabstrip over-drawing when not enough space 2019-07-26 15:12:24 -04:00
text.go New account wizard, part one 2019-05-21 16:53:50 -04:00
textinput.go Add delete forward <C-k> and backward <C-u> 2019-08-12 09:27:48 +09:00
ui.go Remove aerc specific code from the ui 2019-08-03 16:50:49 -04:00