degesch: add a FIXME
This commit is contained in:
parent
2ac685f2a6
commit
06a24bd252
|
@ -18,6 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// A table of all attributes we use for output
|
// A table of all attributes we use for output
|
||||||
|
// FIXME: awful naming, collides with ATTRIBUTE_*
|
||||||
#define ATTR_TABLE(XX) \
|
#define ATTR_TABLE(XX) \
|
||||||
XX( PROMPT, "prompt", "Terminal attributes for the prompt" ) \
|
XX( PROMPT, "prompt", "Terminal attributes for the prompt" ) \
|
||||||
XX( RESET, "reset", "String to reset terminal attributes" ) \
|
XX( RESET, "reset", "String to reset terminal attributes" ) \
|
||||||
|
|
Loading…
Reference in New Issue