| Age | Commit message (Expand) | Author |
| 2019-05-31 | Cleaned up some T_WRAP stuff | Bruce Hill |
| 2019-05-31 | Switched to use cfmakeraw() instead of manually setting a bunch of | Bruce Hill |
| 2019-05-31 | Fixed some stuff with alt screen and spurious output to stdout | Bruce Hill |
| 2019-05-31 | Version bump | Bruce Hill |
| 2019-05-31 | Cleaned up a lot of the cd logic, making path names better-standardized, | Bruce Hill |
| 2019-05-31 | Moved populating files before startup commands, so '+mark:0' works | Bruce Hill |
| 2019-05-31 | Fixed some memory errors, including a use-after-free. Simplified the | Bruce Hill |
| 2019-05-31 | Added permission flags for created bb cmdfile | Bruce Hill |
| 2019-05-31 | Fixed one more qsort argument issue | Bruce Hill |
| 2019-05-31 | Fixing some qsort_r arg problems | Bruce Hill |
| 2019-05-31 | Updating with more mac compatibility | Bruce Hill |
| 2019-05-31 | Got everything working on linux | Bruce Hill |
| 2019-05-30 | realloc() -> reallocf() to be extra safe | Bruce Hill |
| 2019-05-30 | Simplifying command control flow | Bruce Hill |
| 2019-05-30 | Cleaned up a bunch of stuff, including finding entries, a sorting bug, | Bruce Hill |
| 2019-05-30 | Bumped version | Bruce Hill |
| 2019-05-30 | Inlined the options to bb_t, and added a dirty flag instead of the | Bruce Hill |
| 2019-05-30 | Finally got everything working with a refactor to use hash lookups | Bruce Hill |
| 2019-05-30 | Code cleanup | Bruce Hill |
| 2019-05-30 | Updated some doc and removed the "-B" flag for full key binding info | Bruce Hill |
| 2019-05-29 | Deleted CTRL_H functionality. | Bruce Hill |
| 2019-05-29 | Some cleanup of text coloring | Bruce Hill |
| 2019-05-29 | Tweaked some default layout stuff, fixed some flushing issues with | Bruce Hill |
| 2019-05-29 | Removing +opts in favor of just having commands for each setting. Also | Bruce Hill |
| 2019-05-29 | Overhaul of sorting and columns, simplifying and unifying things a bit | Bruce Hill |
| 2019-05-29 | Version bump | Bruce Hill |
| 2019-05-29 | Cleanup of the rendering code, including making the selection column a | Bruce Hill |
| 2019-05-28 | Simplified the opts API a bit, cleaned up the code a little, added a | Bruce Hill |
| 2019-05-28 | Adding comment about . | Bruce Hill |
| 2019-05-28 | Added documentation for all functions, simplified sorting a little | Bruce Hill |
| 2019-05-28 | Code cleanup, replaced fisher-yates shuffle with worse, but much simpler | Bruce Hill |
| 2019-05-28 | Tweaked some defaults and allowed cursor color to be combined with | Bruce Hill |
| 2019-05-28 | Some major refactoring including moving more stuff into bterm.h (renamed | Bruce Hill |
| 2019-05-28 | More cleanup of struct members, fixed some text wrapping issues that | Bruce Hill |
| 2019-05-27 | Cleaned up some redundant and poorly named fields | Bruce Hill |
| 2019-05-27 | Cleaned up the refcounting code a little bit with better naming | Bruce Hill |
| 2019-05-27 | Better column positioning, including centering and left-aligning when | Bruce Hill |
| 2019-05-27 | Bumped version | Bruce Hill |
| 2019-05-27 | Refactored the column spacing a bit and added more powerful options for | Bruce Hill |
| 2019-05-27 | Changed explore API to take a bb_t parameter. | Bruce Hill |
| 2019-05-27 | Some minor cleanup, enforcing "bb" as the name for the bb state, inlined | Bruce Hill |
| 2019-05-27 | Cleanup of a bunch of the terminal code | Bruce Hill |
| 2019-05-27 | Switched to use file pointers instead of file descriptors. | Bruce Hill |
| 2019-05-26 | Moved a bunch of the config options into the config file (colors, etc.) | Bruce Hill |
| 2019-05-26 | Fixed a bunch of alignment issues with unicode names and stuff, fixed | Bruce Hill |
| 2019-05-26 | Formatting cleanup and MAX_PATH -> PATH_MAX rename to use actual value | Bruce Hill |
| 2019-05-26 | Made some fixes after testing on linux, changed +mark syntax to use '=' | Bruce Hill |
| 2019-05-25 | Fixed text wrapping (now just truncates) | Bruce Hill |
| 2019-05-25 | Added version | Bruce Hill |
| 2019-05-25 | Added support for SHOW_CURSOR | Bruce Hill |