Skip to content

Commit 8677dbd

Browse files
committed
fix glitches
1 parent 7d6f12a commit 8677dbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/tui/tui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ func DisplaySSHConfig(configs []ssh.SSHConfig) {
164164
})
165165

166166
app.SetInputCapture(func(event *tcell.EventKey) *tcell.EventKey {
167+
defer app.Sync()
167168
switch event.Key() {
168169
case tcell.KeyEscape:
169170
if pages.HasPage("popup") {

0 commit comments

Comments
 (0)