800-busybox-default-pager.patch 270 B

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