aboutsummaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2019-09-30Moved config.h -> bb.h and did some cleanup, moving functionBruce Hill
declarations and constants out of bb.c and into bb.h. Also re-alphabetized the functions and updated the docs.
2019-09-30Ditching the whole config.def.h paradigm in favor of just having aBruce Hill
single config.h file. It's mostly not used very much anyways now that the startup commands and key bindings are in their own files.
2019-05-22In st style, moving config to default config file, which copiesBruce Hill
itself during the build process.
2019-05-22Added null-separation option for xargs to properly handle funkyBruce Hill
filenames
2019-05-22Removed /dev/null hackBruce Hill
2019-05-22Added dynamically generated help, fixed some ctrl-c stuff.Bruce Hill
2019-05-21Added ctrl-z for suspend and added a sort of hybrid mode for runningBruce Hill
commands at the bottom of the screen instead of in a full terminal mode.
2019-05-21Deleted the prompt code. Scripts can just do that instead.Bruce Hill
2019-05-21Added some more keybindings and cleaned up a bitBruce Hill
2019-05-21Updates and improvements.Bruce Hill