Skip to content

`IntoRawMode`: support arbitrary TTYs

Denis Varlakov requested to merge denis/termion:improved-raw into master

Updates the IntoRawMode trait to support arbitrary TTYs (currently, only stdout is supported, see #197 (closed)). Requires major version bump, although migration from the current version should be as smooth as possible.

Edited by Denis Varlakov

Merge request reports