aboutsummaryrefslogtreecommitdiffstats
path: root/src/ios.rs
Commit message (Expand)AuthorAgeFilesLines
* move size back to term::iosJesse Luehrs2013-04-081-1/+13
* use unstable::finally::Finally instead of reimplementing itJesse Luehrs2013-04-081-2/+4
* document term::iosJesse Luehrs2013-04-031-0/+27
* split this out into a separate module tooJesse Luehrs2013-04-031-1/+1
* actually, let's not reexport the termios stuff at the top levelJesse Luehrs2013-04-031-12/+1
* just use c_void hereJesse Luehrs2013-04-031-5/+3
* isatty doesn't really belong with termiosJesse Luehrs2013-03-211-9/+0
* abstract this outJesse Luehrs2013-03-211-16/+5
* standardize on cols, rowsJesse Luehrs2013-03-201-4/+4
* implement getting terminal sizeJesse Luehrs2013-03-201-1/+12
* rearrange things a bitJesse Luehrs2013-03-201-25/+25
* implement isattyJesse Luehrs2013-03-201-0/+9
* return errno on failure, not just falseJesse Luehrs2013-03-191-8/+8
* better apiJesse Luehrs2013-03-191-2/+7
* add a scope guard sort of thing to allow restoring terminal stateJesse Luehrs2013-03-191-0/+19
* actually, who uses thisJesse Luehrs2013-03-191-5/+0
* project skeletonJesse Luehrs2013-03-191-0/+30