summary refs log tree commit diff stats
path: root/lib/ui/tab.go
Commit message (Expand)AuthorAgeFilesLines
* Update tab name as subject changesDrew DeVault2019-05-141-1/+3
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-9/+3
* Add :term-closeDrew DeVault2019-03-171-2/+2
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-3/+5
* Implement the Container interface in lib/ui/Drew DeVault2019-01-201-0/+8
* refactor lib/ui/tab to ensure staying in boundsMarkus Ongyerth2018-06-131-8/+21
* Fix tab invalidation bugsDrew DeVault2018-06-111-1/+5
* Use default color for selected tabDrew DeVault2018-06-071-3/+9
* switch to tcell from termboxMarkus Ongyerth2018-06-011-13/+6
* Split UI library and widgetsDrew DeVault2018-02-261-0/+115
'#n123'>123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161