aboutsummaryrefslogtreecommitdiff
path: root/lib/ui/tab.go
AgeCommit message (Expand)Author
2019-10-14Fix tab refocus on removeJeffas
2019-10-14Fix pushing invalid tabs to historyJeffas
2019-09-18Focus new tab after removeJeffas
2019-09-11Add MouseableJeffas
2019-07-26Fix tabstrip over-drawing when not enough spaceJeffas
2019-07-26Fix invalid tab state when deselecting removed tabDrew DeVault
2019-07-25Fix :close on terminal panicJeffas
2019-07-25Fix panic when tabs.popHistory is nonexistentDrew DeVault
2019-07-23Add change tab commandJeffas
2019-07-11Add clickable tabsJeffas
2019-06-11lib/ui/tab: Add Replace methodKevin Kuehler
2019-06-03Fix #1160.1.0Drew DeVault
2019-06-02Add Tabs historyReto Brunner
2019-05-14Update tab name as subject changesDrew DeVault
2019-03-30Use tcell.Style.Reverse instead of black on whiteDrew DeVault
2019-03-17Add :term-closeDrew DeVault
2019-03-17Move exline handling up to aerc, add :termDrew DeVault
2019-01-20Implement the Container interface in lib/ui/Drew DeVault
2018-06-13refactor lib/ui/tab to ensure staying in boundsMarkus Ongyerth
2018-06-11Fix tab invalidation bugsDrew DeVault
2018-06-07Use default color for selected tabDrew DeVault
2018-06-01switch to tcell from termboxMarkus Ongyerth
2018-02-26Split UI library and widgetsDrew DeVault