800-busybox-default-pager.patch 366 B

12345678910111213
  1. --- a/src/bin/psql/print.h
  2. +++ b/src/bin/psql/print.h
  3. @@ -197,10 +197,6 @@ extern void setDecimalLocale(void);
  4. extern const printTextFormat *get_line_style(const printTableOpt *opt);
  5. extern void refresh_utf8format(const printTableOpt *opt);
  6. -#ifndef __CYGWIN__
  7. -#define DEFAULT_PAGER "more"
  8. -#else
  9. #define DEFAULT_PAGER "less"
  10. -#endif
  11. #endif /* PRINT_H */