1--- a/src/include/fe_utils/print.h
2+++ b/src/include/fe_utils/print.h
3@@ -18,7 +18,7 @@
4 5 /* This is not a particularly great place for this ... */
6 #ifndef __CYGWIN__
7-#define DEFAULT_PAGER "more"
8+#define DEFAULT_PAGER "less"
9 #else
10 #define DEFAULT_PAGER "less"
11 #endif