gst-inspect: Tell less to parse color codes

This change was originally part of 2cf16838c5 (gst-inspect: Colored
output) but got lost during the recent rebase.
This commit is contained in:
Zeeshan Ali 2018-11-24 12:06:38 +01:00
parent 2cf16838c5
commit ed4f8e368a

View file

@ -41,7 +41,7 @@
# include <sys/wait.h>
#endif
#define DEFAULT_PAGER "less -F -X"
#define DEFAULT_PAGER "less -F -X -R"
gboolean colored_output = TRUE;