aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-06-18 21:21:27 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-06-18 21:21:27 -0700
commit00a99738e8a88c5bf124093b569975378281389f (patch)
tree71a9e6a902e16713ffa1e08f46f64b787e94adfa /config.def.h
parentaf07f68570acd19cbde2ed8a14b845b10e77a01b (diff)
Removed last traces of timeouts in bterm.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 14b6460..27e51d7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -80,7 +80,6 @@ typedef struct {
} column_t;
// Configurable options:
-#define KEY_DELAY 50
#define SCROLLOFF MIN(5, (termheight-4)/2)
#define CMDFILE_FORMAT "/tmp/bb.XXXXXX"
#define SORT_INDICATOR "↓"