Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Dec 23, 2023
1 parent af50b71 commit ed16f6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions complete.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ var (
"cursoractivefmt",
"cursorparentfmt",
"cursorpreviewfmt",
"hidecursorinactive",
"nohidecursorinactive",
"hidecursorinactive!",
"dircache",
"nodircache",
"dircache!",
Expand Down
2 changes: 1 addition & 1 deletion ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ func (ui *ui) readNormalEvent(ev tcell.Event, nav *nav) expr {
log.Printf("Got EventInterrupt: at %s", tev.When())
case *tcell.EventFocus:
ui.focused = tev.Focused
return &callExpr{"redraw", nil, 1}
return draw
}
return nil
}
Expand Down

0 comments on commit ed16f6a

Please sign in to comment.