mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
04e71645c7
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
15 lines
270 B
Diff
15 lines
270 B
Diff
--- a/src/include/fe_utils/print.h
|
|
+++ b/src/include/fe_utils/print.h
|
|
@@ -17,11 +17,7 @@
|
|
|
|
|
|
/* This is not a particularly great place for this ... */
|
|
-#ifndef __CYGWIN__
|
|
-#define DEFAULT_PAGER "more"
|
|
-#else
|
|
#define DEFAULT_PAGER "less"
|
|
-#endif
|
|
|
|
enum printFormat
|
|
{
|