cpjreynolds / rustty

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

switch to std::io Error type instead of custom type #32

Closed cpjreynolds closed 8 years ago

cpjreynolds commented 8 years ago

Considering that errors raised from terminal operations fall under the category of i/o errors, it seems appropriate to use the standard library i/o error type.