From 5fb103450aa198d0d0723a944559ce84a29ee67f Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Fri, 4 Sep 2026 18:19:13 -0400 Subject: [PATCH] chore(changeset): add changeset for #113 --- .changeset/term-update-size.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/term-update-size.md diff --git a/.changeset/term-update-size.md b/.changeset/term-update-size.md new file mode 100644 index 0000000..3aa26ab --- /dev/null +++ b/.changeset/term-update-size.md @@ -0,0 +1,7 @@ +--- +"@bomb.sh/tty": minor +--- + +Adds a new `term.update()` method to resize the terminal without reinitializing the WebAssembly module. + +If you previously ran `createTerm({ width, height })` on resize events, you should replace that with an explicit `term.update({ width, height })` call.