| Age | Commit message (Collapse) | Author |
|
allowing for suspended/resuming processes (bb +fg) and cleaner linked
list handling code.
|
|
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.
|
|
declarations and constants out of bb.c and into bb.h. Also
re-alphabetized the functions and updated the docs.
|
|
bbstartup.sh, which loads bindings.bb and parses it to
+bind:<keys>:<script> commands.
|