diff --git a/degesch.c b/degesch.c index 424fe1d..4dc2f2c 100644 --- a/degesch.c +++ b/degesch.c @@ -18,6 +18,7 @@ */ // A table of all attributes we use for output +// FIXME: awful naming, collides with ATTRIBUTE_* #define ATTR_TABLE(XX) \ XX( PROMPT, "prompt", "Terminal attributes for the prompt" ) \ XX( RESET, "reset", "String to reset terminal attributes" ) \