| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-13 | Added support for shift-home and shift-end, as well as a default binding | Bruce Hill | |
| to +spread using them. | |||
| 2019-10-12 | verhaul of terminal keypress handling and labeling to support more | Bruce Hill | |
| 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. | |||
| 2019-10-11 | Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>` | Bruce Hill | |
| shell mode not showing cursor. | |||
| 2019-10-03 | Removed some unnecessary +refreshes, no longer enable cursor by default, | Bruce Hill | |
| but instead have ask() etc. make the cursor visible. Also cleaned up some of the failure cases for better feedback. | |||
| 2019-10-03 | For +deselect, allow +deselect (no colon) to mean "deselect everything" | Bruce Hill | |
| to make it a simple command instead of +deselect: "$@" | |||
| 2019-10-03 | Fix for empty files not getting detected properly | Bruce Hill | |
| 2019-10-03 | Fix for deletion not working properly with <selection> | Bruce Hill | |
| 2019-10-02 | Removed unnecessary /dev/tty redirect | Bruce Hill | |
| 2019-10-02 | Restored binding for double left clicking a file. | Bruce Hill | |
| 2019-10-02 | Fixed 'Enter' key behavior (should work properly for mac again now) | Bruce Hill | |
| 2019-10-02 | Added fake binding to allow '#' to bind without being parsed as a | Bruce Hill | |
| comment | |||
| 2019-10-02 | Fix for some messed up behavior for Escape key and for passing vararg | Bruce Hill | |
| commands to bb | |||
| 2019-09-30 | Fixed some typos in the bindings. | Bruce Hill | |
| 2019-09-30 | Overhaul of how binding commands works. It's now all handled through | Bruce Hill | |
| bbstartup.sh, which loads bindings.bb and parses it to +bind:<keys>:<script> commands. | |||
