From 06a24bd252349fbafb2958a947f65064f70fa2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 12 May 2015 02:59:07 +0200 Subject: [PATCH] degesch: add a FIXME --- degesch.c | 1 + 1 file changed, 1 insertion(+) 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" ) \