aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-12 02:59:07 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-12 02:59:07 +0200
commit06a24bd252349fbafb2958a947f65064f70fa2bf (patch)
tree96d98fae86d83c5e7b75d37cc2d3a802daf43af8
parent2ac685f2a63dfbcee413848f156039bc573c72e3 (diff)
downloadxK-06a24bd252349fbafb2958a947f65064f70fa2bf.tar.gz
xK-06a24bd252349fbafb2958a947f65064f70fa2bf.tar.xz
xK-06a24bd252349fbafb2958a947f65064f70fa2bf.zip
degesch: add a FIXME
-rw-r--r--degesch.c1
1 files changed, 1 insertions, 0 deletions
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" ) \