summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2017-12-11 20:57:46 +0200
committerCyril Plisko <cyril.plisko@mountall.com>2017-12-11 20:57:46 +0200
commite540854e602b80363031e2a26251c7e71eae17cd (patch)
treefc8c653a1ed7dde4a5bd5c8084b8b907401f2a08
parent6d39fff92a5bc0f5e40f8fe73d8556ebf5a200b3 (diff)
Add comment on const PAGER
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f9af2ea..fd2ee78 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -75,6 +75,7 @@ mod utils;
use std::ffi::OsString;
+/// Default pager environment variable
const DEFAULT_PAGER_ENV: &str = "PAGER";
/// Keeps track of the current pager state