aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-07 00:45:42 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-07 00:45:42 -0500
commitcd4f5a1a4d69800c3998853c4e6756411f9b7f56 (patch)
treec290f973b43cce5505bac6e8ad11cdb9c17be67b
parent99ea46bd45204e1c160981642d0be1091e1208d7 (diff)
downloadvt100-rust-cd4f5a1a4d69800c3998853c4e6756411f9b7f56.tar.gz
vt100-rust-cd4f5a1a4d69800c3998853c4e6756411f9b7f56.zip
changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd99506..81a9da2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [Unreleased]
+
+### Added
+
+* `Screen::attributes_formatted` and `Screen::attributes_diff` to retrieve the
+ current state of the drawing attributes as escape sequences
+* `Screen::fgcolor`, `Screen::bgcolor`, `Screen::bold`, `Screen::italic`,
+ `Screen::underline`, and `Screen::inverse` to retrieve the current state of
+ the drawing attributes directly
+
## [0.10.0] - 2021-03-06
### Added