From 9e4e0ee314e6d29538eddf3da9b7ee9704287f3f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 12 Oct 2019 16:04:19 -0700 Subject: 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. --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bb.h') 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 -- cgit v1.2.3