exa/src
Jan Beich b9eb364823 Fix getting tty window size on more BSDs
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-12-14 04:10:46 +03:00
..
feature Avoid unstable c_string conversion features 2015-11-04 10:25:20 +01:00
output Use lazy_static to cache datetime formats 2015-11-15 19:26:58 +00:00
colours.rs Various unimportant style changes 2015-06-08 21:33:39 +01:00
dir.rs Details view comments and tidy-ups 2015-09-03 18:48:53 +01:00
file.rs Move time type picking to details module 2015-11-15 16:12:16 +00:00
filetype.rs Various unimportant style changes 2015-06-08 21:33:39 +01:00
main.rs Use lazy_static to cache datetime formats 2015-11-15 19:26:58 +00:00
options.rs Fix bug where details view needed a terminal width 2015-11-19 12:47:53 +00:00
term.rs Fix getting tty window size on more BSDs 2015-12-14 04:10:46 +03:00