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 (
Expand
)
Author
2019-10-13
Added support for shift-home and shift-end, as well as a default binding
Bruce Hill
2019-10-12
Renamed Super->Meta for correctness and demagicified a magic number.
Bruce Hill
2019-10-12
verhaul of terminal keypress handling and labeling to support more
Bruce Hill
2019-10-03
Tidying up
Bruce Hill
2019-09-30
Moved duplicate names onto same line.
Bruce Hill
2019-09-30
Added reverse-lookup for name->key and switched to store names in an
Bruce Hill
2019-09-21
Added support for CSI Ps P -> Delete key
Bruce Hill
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
2019-06-06
Removed breadline() and switched to use `ask` when possible, defaulting
Bruce Hill
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
2019-05-29
Tweaked some default layout stuff, fixed some flushing issues with
Bruce Hill
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