cpjreynolds / rustty

A terminal UI library
https://docs.rs/rustty
MIT License
153 stars 14 forks source link

Refactor low-level terminal control. #7

Closed cpjreynolds closed 9 years ago

cpjreynolds commented 9 years ago

This commit refactors low-level control of the terminal, such as syscalls and termios calls, out of the Terminal struct and into its own module.

There are no breaking or externally visible changes in this commit.