summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-10 00:05:20 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-10 00:05:20 -0400
commit5b36c86c15933a6f55fd4d49712461c263a3de1c (patch)
treeeba98c8e2ddf6f8637eae6af9e0a8389ca80c8dc /src/main.rs
parent76331e5feca2520f4a7a70f573fce9dcdef44d90 (diff)
Rejigger the atty detection stuff.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 493256f0..46ff894d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -57,6 +57,7 @@ macro_rules! eprintln {
}
mod args;
+mod atty;
mod gitignore;
mod glob;
mod ignore;
@@ -64,7 +65,6 @@ mod out;
mod printer;
mod search;
mod search_buffer;
-mod sys;
mod terminal;
mod types;
mod walk;