aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-12 15:37:31 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 15:40:48 -0500
commite85e57949df612e22463c06fc31fb0b7957ea3c7 (patch)
tree02543dc13dd61c70be68a71a4f43aea4a5a9f30c /CHANGELOG.md
parent89654c576119ba958a57e9c557d974b657d7c986 (diff)
downloadvt100-rust-e85e57949df612e22463c06fc31fb0b7957ea3c7.tar.gz
vt100-rust-e85e57949df612e22463c06fc31fb0b7957ea3c7.zip
split formatted calculations into multiple methods
different applications want to be able to apply different things, so this gives more control
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0971274..85eea08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## Unreleased
+
+### Added
+
+* `Screen::input_mode_formatted` and `Screen::input_mode_diff` give escape
+ codes to set the current terminal input modes.
+* `Screen::title_formatted` and `Screen::title_diff` give escape codes to set
+ the terminal window title.
+* `Screen::bells_diff` gives escape codes to trigger any audible or visual
+ bells which have been seen since the previous state.
+
+### Changed
+
+* `Screen::contents_diff` no longer includes audible or visual bells (see
+ `Screen::bells_diff` instead).
+
## [0.5.1] - 2019-11-12
### Fixed