From a1c8bda52a9c07d32127762ee0c865660a0268ab Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 2 Jun 2020 15:39:19 -0400 Subject: diag: Unify debug printing --- color.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'color.h') diff --git a/color.h b/color.h index 7df3785..e6ee49d 100644 --- a/color.h +++ b/color.h @@ -1,6 +1,6 @@ /**************************************************************************** * bfs * - * Copyright (C) 2015-2018 Tavian Barnes * + * Copyright (C) 2015-2020 Tavian Barnes * * * * Permission to use, copy, modify, and/or distribute this software for any * * purpose with or without fee is hereby granted. * @@ -108,6 +108,8 @@ int cfclose(CFILE *cfile); * %m: strerror(errno) * %pP: A colored file path, from a const struct BFTW * argument * %pL: A colored link target, from a const struct BFTW * argument + * %pe: Dump a const struct expr *, for debugging. + * %pE: Dump a const struct expr * in verbose form, for debugging. * %%: A literal '%' * ${cc}: Change the color to 'cc' * $$: A literal '$' -- cgit v1.2.3