about summary refs log tree commit diff stats
path: root/lib/ui/borders.go
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implement style configuration."Reto Brunner2020-07-301-9/+4
* Implement style configuration.Kalyan Sriram2020-07-301-4/+9
* Revert "Add Style configuration"Drew DeVault2020-05-281-9/+4
* Add Style configurationReto Brunner2020-05-271-4/+9
* Add MouseableJeffas2019-09-111-0/+7
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-7/+2
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-1/+1
* Implement the Container interface in lib/ui/Drew DeVault2019-01-201-0/+4
* switch to tcell from termboxMarkus Ongyerth2018-06-011-10/+6
* Split UI library and widgetsDrew DeVault2018-02-261-0/+73
id='n118' href='#n118'>118 119 120 121 122 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 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204