Skip to content

Commit

Permalink
Enable cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
fr05t1k committed May 13, 2019
1 parent c1d4615 commit 73986d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus.go
Expand Up @@ -275,7 +275,7 @@ func ExecShell() MenuFn {
defer ui.DefaultEvtStream.ResetHandlers()

shell := config.Get("shell")
if err := c.Exec([]string{shell.Val, "-c", "echo '\033[0m' && clear && " + shell.Val}); err != nil {
if err := c.Exec([]string{shell.Val, "-c", "printf '\\e[0m\\e[?25h' && clear && " + shell.Val}); err != nil {
log.Fatal(err)
}

Expand Down

0 comments on commit 73986d2

Please sign in to comment.