From 577248f5e15d98a9a6522a605acd434059582bfc Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 12 May 2019 00:06:09 -0400 Subject: Add initial compose widget --- widgets/exline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/exline.go') diff --git a/widgets/exline.go b/widgets/exline.go index a5b896f..7b7530d 100644 --- a/widgets/exline.go +++ b/widgets/exline.go @@ -14,7 +14,7 @@ type ExLine struct { } func NewExLine(commit func(cmd string), cancel func()) *ExLine { - input := ui.NewTextInput().Prompt(":") + input := ui.NewTextInput("").Prompt(":") exline := &ExLine{ cancel: cancel, commit: commit, -- cgit 1.4.1-2-gfad0