From e8405f40fe2eb3675f1cb4f69e825eff5f13f269 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 7 May 2024 01:06:42 +0900 Subject: Refactor the code so that fzf can be used as a library (#3769) --- src/constants.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index faf6a0e5..dd2e870e 100644 --- a/src/constants.go +++ b/src/constants.go @@ -67,9 +67,9 @@ const ( ) const ( - exitCancel = -1 - exitOk = 0 - exitNoMatch = 1 - exitError = 2 - exitInterrupt = 130 + ExitCancel = -1 + ExitOk = 0 + ExitNoMatch = 1 + ExitError = 2 + ExitInterrupt = 130 ) -- cgit v1.2.3