aboutsummaryrefslogtreecommitdiff
path: root/client/menu.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu.go')
-rw-r--r--client/menu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu.go b/client/menu.go
index 773060c..d20b7d0 100644
--- a/client/menu.go
+++ b/client/menu.go
@@ -4,7 +4,7 @@ import "fmt"
func (s *State) displayMenu() {
menu := s.config.Menus[s.currentMenu]
- fmt.Println("\033[2J") // clear the screen
+ fmt.Print("\033[2J") // clear the screen
fmt.Println(menu.Banner)
output := ""
prefix := ""