Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of only listening to `list.key()`, which ignores mouse-clicks, we use the `list`s own select event to re-propagate the `tree`s select event. This way the mouse-clicks also trigger the `select`. Since the existing `options.keys` are also passed to the `blessed.list()` and thus influence its `select` event, they should behave exactly the way they did til now.
- Loading branch information