b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/include/fe_utils/print.h |
2 | +++ b/src/include/fe_utils/print.h | ||||
3 | @@ -19,11 +19,7 @@ | ||||
4 | |||||
5 | |||||
6 | /* This is not a particularly great place for this ... */ | ||||
7 | -#ifndef __CYGWIN__ | ||||
8 | -#define DEFAULT_PAGER "more" | ||||
9 | -#else | ||||
10 | #define DEFAULT_PAGER "less" | ||||
11 | -#endif | ||||
12 | |||||
13 | enum printFormat | ||||
14 | { |