add term size command (#792)

* add `term-size` command

* Update term_size.rs

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
This commit is contained in:
Darren Schroeder
2022-01-20 21:31:33 -06:00
committed by GitHub
parent ac07d93b02
commit 057bfff0cb
3 changed files with 116 additions and 0 deletions

View File

@ -172,6 +172,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Input,
Kill,
Sleep,
TermSize,
};
// Date