aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-23 04:02:11 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-23 04:02:11 -0700
commitce72a889e26a6add32104f3cbdacd73091b3335f (patch)
treec2634c37d072b1e4e8e03061f2389120c760183d /config.def.h
parentfcfb1a399529a41253ab4a1ba1fd612a77878c50 (diff)
Properly handle window resizes
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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)