Skip to content
Snippets Groups Projects
Commit e20f91c5 authored by Katsu Kawakami's avatar Katsu Kawakami Committed by kkawakam
Browse files

Created Terminal Trait for different platform TTYs

Terminal trait is defined in tty/common.rs where it requires
implementation of enable_raw_mode and disable_raw_mode.  readline_edit
will now move around a mutable reference to a Terminal instead of the
platform specific struct.
parent 31cc381e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment