aerc/lib/ui
Markus Ongyerth 2f5c1db63c refactor lib/ui/tab to ensure staying in bounds
Fix a few potential out of bounds by placing proper checks, which should
be relevant if all tabs are removed for some reason.

Also avoid iterating all tabs in the invalidate handler, since we are
only interested in whether it's the selected tab either way
2018-06-13 07:00:12 -04:00
..
borders.go switch to tcell from termbox 2018-06-01 16:04:43 -07:00
context.go Apply gofmt 2018-06-11 20:04:21 -04:00
drawable.go Split UI library and widgets 2018-02-26 22:54:39 -05:00
fill.go switch to tcell from termbox 2018-06-01 16:04:43 -07:00
grid.go Add stack UI container 2018-02-27 19:31:09 -05:00
interactive.go switch to tcell from termbox 2018-06-01 16:04:43 -07:00
stack.go Apply gofmt 2018-06-11 20:04:21 -04:00
tab.go refactor lib/ui/tab to ensure staying in bounds 2018-06-13 07:00:12 -04:00
text.go Apply gofmt 2018-06-11 20:04:21 -04:00
ui.go Clean up some old code 2018-06-11 19:52:21 -04:00