csi/input: remove private mode 27127

This effectively reverts commit 31c73f0cf0.
This commit is contained in:
Craig Barnes 2022-02-09 20:50:20 +00:00
parent ee840a308a
commit e32707ffc0
5 changed files with 6 additions and 17 deletions

View file

@ -52,6 +52,11 @@
### Deprecated
### Removed
* DECSET mode 27127 (which was first added in release 1.6.0).
The kitty keyboard protocol (added in release 1.10.3) can
be used to similar effect.
### Fixed
* Build: missing `wayland_client` dependency in `test-config`