From ce72a889e26a6add32104f3cbdacd73091b3335f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 May 2019 04:02:11 -0700 Subject: Properly handle window resizes --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 324973c..f2aced1 100644 --- a/config.def.h +++ b/config.def.h @@ -3,9 +3,9 @@ */ #include "keys.h" -#define PROG_FUZZY "fzf" #define PIPE_SELECTION_TO " printf '%s\\n' \"$@\" | " #define AND_PAUSE " && read -n1 -p '\n\e[2m...press any key to continue...\e[0m\e[?25l'" + #define SCROLLOFF 5 #define NORMAL_TERM (1<<0) -- cgit v1.2.3