gst-inspect: Use less -F -X everywhere as the pager
[platform/upstream/gstreamer.git] / tools / gst-inspect.c
index c9f407a..372f91a 100644 (file)
@@ -29,8 +29,6 @@
  * with newer GLib versions (>= 2.31.0) */
 #define GLIB_DISABLE_DEPRECATION_WARNINGS
 
-#define DEFAULT_PAGER "less -F"
-
 #include "tools.h"
 #include <gst/gst_private.h>    /* for internal Factories */
 
@@ -42,6 +40,8 @@
 #   include <sys/wait.h>
 #endif
 
+#define DEFAULT_PAGER "less -F -X"
+
 static char *_name = NULL;
 static int indent = 0;