Merge pull request #262 from nushell/ctrlc

Add initial ctrl-c support
This commit is contained in:
JT
2021-10-28 17:22:48 +13:00
committed by GitHub
32 changed files with 318 additions and 144 deletions

View File

@ -7,6 +7,7 @@ use crate::*;
pub fn create_default_context() -> EngineState {
let mut engine_state = EngineState::new();
let delta = {
let mut working_set = StateWorkingSet::new(&engine_state);