mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
2cf16838c5
commit
ed4f8e368a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
# include <sys/wait.h>
|
# include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_PAGER "less -F -X"
|
#define DEFAULT_PAGER "less -F -X -R"
|
||||||
|
|
||||||
gboolean colored_output = TRUE;
|
gboolean colored_output = TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue