From ca19762e58533c6d7c7b25d7fcc41dc7ea898b3e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 18 Sep 2015 10:25:07 +0900 Subject: Exit status 130 when fzf is terminated by the user Related: #345 --- src/constants.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index 9a4fc29f..1cc4f81f 100644 --- a/src/constants.go +++ b/src/constants.go @@ -49,7 +49,8 @@ const ( ) const ( - exitOk = 0 - exitNoMatch = 1 - exitError = 2 + exitOk = 0 + exitNoMatch = 1 + exitError = 2 + exitInterrupt = 130 ) -- cgit v1.2.3