diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-09-14 14:09:41 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-14 22:18:35 +0200 |
commit | 518f3e962ce39fb9712bb693857789ab22adfe9c (patch) | |
tree | 87dbed5b918e507e10bc35e53ef471bfc2a6f96b /commands/account/export-mbox.go | |
parent | 17c4781911a16c4f0d13dfbad4fab89db283dd54 (diff) | |
download | aerc-518f3e962ce39fb9712bb693857789ab22adfe9c.tar.gz |
term: replace go-libvterm with tcell-term
Replace go-libvterm package with tcell-term. go-libvterm provides the
embedded terminal for aerc. It uses a statically linked C library,
requiring CGO.
tcell-term is written in pure go and is written to be portable with
tcell applications by implementing the tcell Widget interface. This
allows the terminal to take a view (which aerc already supplies) and
draw directly to it, as well as issue tcell Events to a Watcher.
Enable setting cursor shapes in embedded terminals.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'commands/account/export-mbox.go')
0 files changed, 0 insertions, 0 deletions