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:
parent
2329783082
commit
ff34198b8a
1019
term/src/lib.rs
1019
term/src/lib.rs
File diff suppressed because it is too large
Load Diff
@ -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
1021
term/src/terminalstate.rs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user