aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 12:47:30 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-08 12:51:02 -0500
commit82fa0389acde185744a33fa92e35fd0f6e3b79e9 (patch)
tree2f9c8c4ef972914f097bc1b16d5c9d28e7a14290 /CHANGELOG.md
parent6abfaac01daa6f1ba959c8e522d4fd439babaaee (diff)
downloadvt100-rust-82fa0389acde185744a33fa92e35fd0f6e3b79e9.tar.gz
vt100-rust-82fa0389acde185744a33fa92e35fd0f6e3b79e9.zip
remove unnecessary accessors
nobody should be caring about the terminal state internals
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f97f97..31c2872 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
## Unreleased
+### Removed
+
+* `Screen::fgcolor`, `Screen::bgcolor`, `Screen::bold`, `Screen::italic`,
+ `Screen::underline`, `Screen::inverse`, and `Screen::alternate_screen`:
+ these are just implementation details that people shouldn't need to care
+ about.
+
### Fixed
* Fixed cursor movement when the cursor position is already outside of an