aerc/lib/ui
Jeffas 03d182ca88 Fix tab refocus on remove
Previously removing a tab would always pop from the history of tabs.
This checks to see if the closing tab is the one selected, if it is then
we use the history, otherwise we only need to change the selected tab if
it was after (to the right of) the closing tab, in which case we just
decrement the selected index.
2019-10-14 10:38:04 -04: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 Mouseable 2019-09-11 11:41:34 -04:00
ui.go Remove aerc specific code from the ui 2019-08-03 16:50:49 -04:00