aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-10-12 16:04:19 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-10-12 16:04:19 -0700
commit9e4e0ee314e6d29538eddf3da9b7ee9704287f3f (patch)
tree80489672182a27244f39509f51320294f919a61d /bb.h
parente9c75a78375cff98bb844d6db8ce15d965cba320 (diff)
verhaul of terminal keypress handling and labeling to support more
functionality for mouse clicking/dragging/left clicking/middle clicking/double clicking and to have more standardized behavior for key names and better handling of key modifiers (Ctrl, Alt, Meta, Shift). Also moved Ctrl-c and Ctrl-z to custom key bindings with (bb +kill and bb +suspend). Mouse clicking is now also handled in key bindings.
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.h b/bb.h
index 79b7d27..358016c 100644
--- a/bb.h
+++ b/bb.h
@@ -26,7 +26,7 @@
#include "bterm.h"
// Macros:
-#define BB_VERSION "0.16.1"
+#define BB_VERSION "0.17.0"
#ifndef PATH_MAX
#define PATH_MAX 4096