| Age | Commit message (Collapse) | Author |
|
|
|
populate_files(), cleaner startup behavior, less duplicative environment
variable setting, misc.
|
|
there are required arguments or not, and refactoring run_bbcmd() to no
longer return a value (which was ignored), but instead just spit out error messages to
stderr if necessary.
|
|
Users should use xargs if they want to do that sort of thing.
|
|
and more compact. Now uses if-else-if chain instead of nested switch
statements. This may be very slightly less performant, but probably not
noticeable and much cleaner 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.
|
|
shell mode not showing cursor.
|
|
|
|
|
|
but instead have ask() etc. make the cursor visible. Also cleaned up
some of the failure cases for better feedback.
|
|
startup commands in the order: bbstartup.sh, bb +cmd, echo +cmd | bb
|
|
|
|
commands to bb
|
|
command into bb.h with the other bb shell script stuff.
|
|
|
|
declarations and constants out of bb.c and into bb.h. Also
re-alphabetized the functions and updated the docs.
|