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.
Loading
Please register or sign in to comment