From ed4f8e368a597c5fd1f48a22ab87051fb30b1bd1 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sat, 24 Nov 2018 12:06:38 +0100 Subject: [PATCH] gst-inspect: Tell `less` to parse color codes This change was originally part of 2cf16838c54 (gst-inspect: Colored output) but got lost during the recent rebase. --- tools/gst-inspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index e603ca5..230aa19 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -41,7 +41,7 @@ # include #endif -#define DEFAULT_PAGER "less -F -X" +#define DEFAULT_PAGER "less -F -X -R" gboolean colored_output = TRUE; -- 2.7.4