aboutsummaryrefslogtreecommitdiff
path: root/bb.c
AgeCommit message (Expand)Author
2019-06-10Version bumpBruce Hill
2019-06-10Updated with some cleaner behavior for PICK and added SPIN. Also removedBruce Hill
2019-06-09Fix for being unable to deselect nonexistant filesBruce Hill
2019-06-06Fix for top level '/' dir edge casesBruce Hill
2019-06-06Bumped versionBruce Hill
2019-06-06Removed some unnecessary +refreshes and just set the dirty bit to 1Bruce Hill
2019-06-06Removed code for move cursor to position (unused)Bruce Hill
2019-06-06Fixed some wrap/cursor visibility issuesBruce Hill
2019-06-06Removed breadline() and switched to use `ask` when possible, defaultingBruce Hill
2019-06-04Fixed issue with navigating to parent not selecting previous directory.Bruce Hill
2019-06-04Fixed issue with non-NORMAL_TERM commands that set and reset alt screen,Bruce Hill
2019-06-04Cleaned up scrolling logicBruce Hill
2019-05-31Improved the randomization a bit, so the numbers are evenly distributedBruce Hill
2019-05-31Made links dim (-> foo) instead of just the arrowBruce Hill
2019-05-31Compacting the code, putting column names with widthsBruce Hill
2019-05-31Added "<selection>" virtual directory, added '-' mark for "lastBruce Hill
2019-05-31Moved colwidths to configBruce Hill
2019-05-31Got rid of +align command, and simplified column width logic (no moreBruce Hill
2019-05-31Fixed some redraw dirty flag issuesBruce Hill
2019-05-31Simplifying interleave code and adding docBruce Hill
2019-05-31Moving interleave-dirs back from a full column to just a settingBruce Hill
2019-05-31Added a bit of extra spacing around columnsBruce Hill
2019-05-31Cleaned up some T_WRAP stuffBruce Hill
2019-05-31Switched to use cfmakeraw() instead of manually setting a bunch ofBruce Hill
2019-05-31Fixed some stuff with alt screen and spurious output to stdoutBruce Hill
2019-05-31Version bumpBruce Hill
2019-05-31Cleaned up a lot of the cd logic, making path names better-standardized,Bruce Hill
2019-05-31Moved populating files before startup commands, so '+mark:0' worksBruce Hill
2019-05-31Fixed some memory errors, including a use-after-free. Simplified theBruce Hill
2019-05-31Added permission flags for created bb cmdfileBruce Hill
2019-05-31Fixed one more qsort argument issueBruce Hill
2019-05-31Fixing some qsort_r arg problemsBruce Hill
2019-05-31Updating with more mac compatibilityBruce Hill
2019-05-31Got everything working on linuxBruce Hill
2019-05-30realloc() -> reallocf() to be extra safeBruce Hill
2019-05-30Simplifying command control flowBruce Hill
2019-05-30Cleaned up a bunch of stuff, including finding entries, a sorting bug,Bruce Hill
2019-05-30Bumped versionBruce Hill
2019-05-30Inlined the options to bb_t, and added a dirty flag instead of theBruce Hill
2019-05-30Finally got everything working with a refactor to use hash lookupsBruce Hill
2019-05-30Code cleanupBruce Hill
2019-05-30Updated some doc and removed the "-B" flag for full key binding infoBruce Hill
2019-05-29Deleted CTRL_H functionality.Bruce Hill
2019-05-29Some cleanup of text coloringBruce Hill
2019-05-29Tweaked some default layout stuff, fixed some flushing issues withBruce Hill
2019-05-29Removing +opts in favor of just having commands for each setting. AlsoBruce Hill
2019-05-29Overhaul of sorting and columns, simplifying and unifying things a bitBruce Hill
2019-05-29Version bumpBruce Hill
2019-05-29Cleanup of the rendering code, including making the selection column aBruce Hill
2019-05-28Simplified the opts API a bit, cleaned up the code a little, added aBruce Hill