From f0016a2d101b0b1eb02b14541947f69e734db319 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 2 Oct 2019 13:08:07 -0700 Subject: Removed BB_QUIT --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bb.h') diff --git a/bb.h b/bb.h index 9e18345..2084f68 100644 --- a/bb.h +++ b/bb.h @@ -130,7 +130,7 @@ typedef struct bb_s { unsigned int should_quit : 1; } bb_t; -typedef enum { BB_OK = 0, BB_INVALID, BB_QUIT } bb_result_t; +typedef enum { BB_OK = 0, BB_INVALID } bb_result_t; // Configurable options: #define SCROLLOFF MIN(5, (termheight-4)/2) -- cgit v1.2.3