Fork of the aerc email client (https://sr.ht/~rjarry/aerc)
Go to file
Markus Ongyerth 80e891a802 switch to tcell from termbox
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-06-01 16:04:43 -07:00
config Misc idiomatic fixes 2018-01-10 11:20:41 -05:00
lib/ui switch to tcell from termbox 2018-06-01 16:04:43 -07:00
widgets switch to tcell from termbox 2018-06-01 16:04:43 -07:00
worker Tidy up list.go 2018-02-02 08:44:30 -05:00
.gitignore Switch to vgo 2018-03-02 09:27:44 -05:00
LICENSE MIT license 2018-01-09 19:29:52 -05:00
aerc.go Switch to vgo 2018-03-02 09:27:44 -05:00
go.mod switch to tcell from termbox 2018-06-01 16:04:43 -07:00