Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-30 | Use tcell.Style.Reverse instead of black on white | Drew DeVault | |
2019-03-17 | Add :term-close | Drew DeVault | |
2019-03-17 | Move exline handling up to aerc, add :term | Drew DeVault | |
2019-01-20 | Implement the Container interface in lib/ui/ | Drew DeVault | |
2018-06-13 | refactor lib/ui/tab to ensure staying in bounds | Markus Ongyerth | |
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-11 | Fix tab invalidation bugs | Drew DeVault | |
2018-06-07 | Use default color for selected tab | Drew DeVault | |
2018-06-01 | switch to tcell from termbox | Markus Ongyerth | |
This is a simple mostly straight forward switch to tcell in favor of termbox. It uses the tcell native api (not the compat layer) but does not make use of most features. Further changes should include moving to tcell's views.TextArea and the general built in widget behaviour instead of the current ad hoc implementation. Regression: Cursor isn't shown in ex-line | |||
2018-02-26 | Split UI library and widgets | Drew DeVault | |