summaryrefslogtreecommitdiffstats
path: root/src/term.rs
AgeCommit message (Collapse)Author
2015-12-14Fix getting tty window size on more BSDsJan Beich
src/term.rs:37:39: 37:49 error: unresolved name `TIOCGWINSZ` [E0425] src/term.rs:37 let result = ioctl(STDOUT_FILENO, TIOCGWINSZ, &mut window); ^~~~~~~~~~
2015-09-04Make sure we check the ioctl term size resultBen S
2015-09-04Remove trivial castBen S
2015-06-17Fix terminal window size for DragonFlyMichael Neumann
2015-06-08Various unimportant style changesBen S
2015-05-16Start using the libc crate from crates.ioBen S
2015-01-24Convert docs to standard formatBen S
2015-01-12Upgrade to Rust alphaBenjamin Sago
- uint -> usize - getopts Cargo library - replace feature gates with unstable APIs
2014-12-12Whitespace fixesBen S
2014-11-24Optimise unsafe usageBen S
2014-11-24I like aligning thingsBen S
2014-11-23Upgrade to latest Rust nightlyBen S
2014-07-22Get terminal width for grid view (resolve #1)Ben S