index
:
bb
main
A command line TUI file browser (bitty browser)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bterm.h
Age
Commit message (
Collapse
)
Author
2019-06-30
Added some missing escape sequences
Bruce Hill
2019-06-18
Removed last traces of timeouts in bterm.h
Bruce Hill
2019-06-17
Changing IO code to no longer use poll() in favor of just reading input
Bruce Hill
and using VMIN and VTIME.
2019-06-06
Removed breadline() and switched to use `ask` when possible, defaulting
Bruce Hill
to `read` and `fzy`
2019-06-04
Fixed bug with backspace
Bruce Hill
2019-05-31
Better name for "double left click"
Bruce Hill
2019-05-30
Finally got everything working with a refactor to use hash lookups
Bruce Hill
everywhere
2019-05-29
Tweaked some default layout stuff, fixed some flushing issues with
Bruce Hill
ctrl-h, adjusted coloring to only apply to filenames
2019-05-28
Added documentation for all functions, simplified sorting a little
Bruce Hill
2019-05-28
Some major refactoring including moving more stuff into bterm.h (renamed
Bruce Hill
from keys.h), a custom readline (`read` was buggy), better customization, and improved renaming bindings.