mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
983014cc40
# Description Cleanups: - Add "key_press" to event reading function names to match reality - Move the relevant comment about why only key press events are interesting one layer up - Remove code duplication in handle_events - Make `try_next` try harder (instead of bail on a boring event); I think that was the original intention - Remove recursion from `next` (I think that's clearer? but maybe just what I'm used to) # User-Facing Changes None # Tests + Formatting This cleans up existing code, no new test coverage. |
||
---|---|---|
.. | ||
commands | ||
nu_common | ||
pager | ||
registry | ||
views | ||
default_context.rs | ||
explore.rs | ||
lib.rs |