]> code.citadel.org Git - citadel.git/blobdiff - citadel/textclient/screen.c
text client: status line now configurable
[citadel.git] / citadel / textclient / screen.c
index 829e6b7305ebb422bbb73569396a42412889ce2f..11d047c6cf45e79bb23ff0f780d6d24a17d98adf 100644 (file)
@@ -33,7 +33,7 @@
 #include "commands.h"
 #include "screen.h"
 
-int enable_status_line = 0;    /* FIXME the status line works, but not on Mac.  Make this configurable. */
+int enable_status_line = 0;
 char status_line[1024] = "     ";
 
 /* the default paginator prompt will be replaced by the server's prompt when we learn it */