diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-10-12 16:04:19 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-10-12 16:04:19 -0700 |
| commit | 9e4e0ee314e6d29538eddf3da9b7ee9704287f3f (patch) | |
| tree | 80489672182a27244f39509f51320294f919a61d /bb.h | |
| parent | e9c75a78375cff98bb844d6db8ce15d965cba320 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
