aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-08 23:43:23 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-09 00:29:47 -0500
commit68c36be2e26813a2a3d7210ae82824de06b3d3ee (patch)
tree19f345f7e05c6cb8c210657e6f0f671113f56f09 /CHANGELOG.md
parenta705c1f07de2b8ec3ba4fe46377242f151b996c1 (diff)
downloadvt100-rust-68c36be2e26813a2a3d7210ae82824de06b3d3ee.tar.gz
vt100-rust-68c36be2e26813a2a3d7210ae82824de06b3d3ee.zip
implement callback for terminal resize request
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 477fc5a..f9fb38a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@
* `Parser::process_cb`, which works the same as `Parser::process` except that
it calls callbacks during parsing when it finds a terminal escape which is
potentially useful but not something that affects the screen itself.
+* Support for xterm window resize request escape codes, via the new callback
+ mechanism.
### Removed