aboutsummaryrefslogtreecommitdiff
path: root/bterm.h
AgeCommit message (Collapse)Author
2019-06-06Removed breadline() and switched to use `ask` when possible, defaultingBruce Hill
to `read` and `fzy`
2019-06-04Fixed bug with backspaceBruce Hill
2019-05-31Better name for "double left click"Bruce Hill
2019-05-30Finally got everything working with a refactor to use hash lookupsBruce Hill
everywhere
2019-05-29Tweaked some default layout stuff, fixed some flushing issues withBruce Hill
ctrl-h, adjusted coloring to only apply to filenames
2019-05-28Added documentation for all functions, simplified sorting a littleBruce Hill
2019-05-28Some major refactoring including moving more stuff into bterm.h (renamedBruce Hill
from keys.h), a custom readline (`read` was buggy), better customization, and improved renaming bindings.