Modified select_on_master() to only have one code path to exit
[citadel.git] / citadel / textclient / screen.c
index 5283431c3586698f2164976fb82ce2ed4b46d2cd..67cd2f506e56890c4637ff79552f6dff544464ff 100644 (file)
@@ -38,7 +38,7 @@
 #include "commands.h"
 #include "screen.h"
 
-int enable_status_line = 0;
+int enable_status_line = 0;    /* FIXME the status line works, but not on Mac.  Make this configurable. */
 char status_line[1024] = "     ";
 
 /* the default paginator prompt will be replaced by the server's prompt when we learn it */