m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-14 22:33:47 -05:00

Exit status 130 when fzf is terminated by the user

Related: #345
This commit is contained in:
Junegunn Choi
2015-09-18 10:25:07 +09:00
parent 8764be07e2
commit ca19762e58
3 changed files with 8 additions and 6 deletions

View File

@@ -791,7 +791,7 @@ func (t *Terminal) Loop() {
exit(exitNoMatch)
case reqQuit:
C.Close()
exit(exitError)
exit(exitInterrupt)
}
}
t.placeCursor()