1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-26 16:34:23 +03:00

move terminalstate to its own file

This commit is contained in:
Wez Furlong 2018-02-10 19:14:16 -08:00
parent 2329783082
commit ff34198b8a
3 changed files with 1025 additions and 1017 deletions

File diff suppressed because it is too large Load Diff

View File

@ -66,6 +66,6 @@ impl Terminal {
for b in bytes.iter() {
self.parser.advance(&mut self.state, *b);
}
self.answerback.drain(0..).collect()
self.state.drain_answerback()
}
}

1021
term/src/terminalstate.rs Normal file

File diff suppressed because it is too large Load Diff