1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-24 00:52:29 +01:00
aerc/widgets
Paul Spooren e4104a8674 Allow custom spinner via config file
Allows to set `ui.spinner=` to a string which is then split by
`ui.spinner-delimiter=` (Default: comma) instead of having a hard coded
animation.

This implementation doesn't use INIs capabilities to split strings as
it trims whitespaces breaking the default animation.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-30 10:32:28 +09:00
..
account-wizard.go
account.go
aerc.go
compose.go
dirlist.go Allow custom spinner via config file 2019-08-30 10:32:28 +09:00
exline.go
headerlayout.go
msglist.go Allow custom spinner via config file 2019-08-30 10:32:28 +09:00
msgviewer.go
providesmessage.go
spinner.go Allow custom spinner via config file 2019-08-30 10:32:28 +09:00
status.go
tabhost.go
terminal.go