| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-28 | Renamed bterm -> terminal | Bruce Hill | |
| 2020-12-30 | Refactoring into multiple files better | Bruce Hill | |
| 2020-10-23 | Fixed comment | Bruce Hill | |
| 2020-06-03 | Misc fixes and tweaks | Bruce Hill | |
| 2020-04-20 | Slightly optimized column rendering by using the sequence for moving | Bruce Hill | |
| column position instead of row,col | |||
| 2020-04-08 | Some overhaul and refactoring. bbstartup.sh and bindings.bb have been | Bruce Hill | |
| moved into scripts/bbstartup and scripts/bbbindkeys alongside the other scripts. Some minor bugs have been fixed as well, and a few bindings added. | |||
| 2019-11-24 | Bunch of minor pedantic cleanups to get rid of warnings and tidy up the | Bruce Hill | |
| code. | |||
| 2019-10-13 | Added support for shift-home and shift-end, as well as a default binding | Bruce Hill | |
| to +spread using them. | |||
| 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 | |
| functionality for mouse clicking/dragging/left clicking/middle clicking/double clicking and to have more standardized behavior for key names and better handling of key modifiers (Ctrl, Alt, Meta, Shift). Also moved Ctrl-c and Ctrl-z to custom key bindings with (bb +kill and bb +suspend). Mouse clicking is now also handled in key bindings. | |||
| 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 | |
| array. | |||
| 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 | |
| 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. | |||
