Add displaying PTT/freq/mode info to the status bar

This commit is contained in:
Nonoo 2020-10-29 09:39:13 +01:00
parent 9957abbb46
commit dfb5dbd948
10 changed files with 266 additions and 35 deletions

2
go.mod
View file

@ -4,7 +4,9 @@ go 1.14
require (
github.com/akosmarton/papipes v0.0.0-20201027113853-3c63b4919c76
github.com/fatih/color v1.9.0
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2
github.com/mattn/go-isatty v0.0.11
github.com/pborman/getopt v1.1.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0