aboutsummaryrefslogtreecommitdiff
path: root/bb.h
AgeCommit message (Expand)Author
2019-11-08Reverting `SH` changeBruce Hill
2019-11-08Cleaned up definitions for `pause` and `sh`Bruce Hill
2019-11-08Added better doc for unscrollBruce Hill
2019-11-08Cleanup of bb->selected (renamed from bb->firstselected) to ensure thatBruce Hill
2019-11-06Added printing to `ask1` commandBruce Hill
2019-11-06Better error handling/reportingBruce Hill
2019-11-04Removed `spin` because the "eval" part of it was broken and it addsBruce Hill
2019-11-01Consolidated winwidth/winheight into winsize variable, which makesBruce Hill
2019-11-01Version bumpBruce Hill
2019-11-01Cleanup/overhaul of how symlinks are handled and how paths are parsed.Bruce Hill
2019-11-01Minor version bump.Bruce Hill
2019-11-01Moved `dirty` from being a bit on `bb` to being a global, whichBruce Hill
2019-10-27Mostly finalized working version of better signal handling, includingBruce Hill
2019-10-13Minor version bumpBruce Hill
2019-10-13More code cleanup: consolidating cd_to() and populate_files() into justBruce Hill
2019-10-13More code cleanup, including tweaking matches_cmd() to figure out ifBruce Hill
2019-10-13Deprecated support for piping commands in to bb at startup (undocumented). Us...Bruce Hill
2019-10-13Cleaned up the command parsing code a bit to be slightly more correctBruce Hill
2019-10-12verhaul of terminal keypress handling and labeling to support moreBruce Hill
2019-10-11Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>`Bruce Hill
2019-10-09Moved bbstartup search to a loop.Bruce Hill
2019-10-03Version bumpBruce Hill
2019-10-03Removed some unnecessary +refreshes, no longer enable cursor by default,Bruce Hill
2019-10-03Overhaul/cleanup of command line argument parsing. Now properly handlesBruce Hill
2019-10-02Removed BB_QUITBruce Hill
2019-10-02Fix for some messed up behavior for Escape key and for passing varargBruce Hill
2019-09-30Fixed an issue with /etc/bb instead of /etc/xdg/bb and moved the startupBruce Hill
2019-09-30Fix for `pause` having both bold+faint text instead of just faint.Bruce Hill
2019-09-30Moved config.h -> bb.h and did some cleanup, moving functionBruce Hill