diff --git a/go.mod b/go.mod index 1231bed..7fa0316 100644 --- a/go.mod +++ b/go.mod @@ -18,3 +18,5 @@ require ( golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 ) + +replace github.com/charmbracelet/charm => ../charm diff --git a/ui/ui.go b/ui/ui.go index 40f9fac..273e778 100644 --- a/ui/ui.go +++ b/ui/ui.go @@ -134,8 +134,6 @@ func update(msg boba.Msg, mdl boba.Model) (boba.Model, boba.Cmd) { case boba.KeyMsg: switch msg.String() { - case "f": - m.err = errors.New("Fatal.") case "q": fallthrough case "esc":