]> code.citadel.org Git - citadel.git/blobdiff - citadel/ipcdef.h
* Added a fourth color mode in the client: "user" which turns color
[citadel.git] / citadel / ipcdef.h
index 9e597250d71a0ed45106722e65505695d1f04f2c..406275c1bb678f0cad1daa2971cfcb800d118d04 100644 (file)
@@ -68,8 +68,10 @@ struct CtdlServInfo {
 #define US_PAGINATOR   2048            /* Pause after each screen of text  */
 #define US_INTERNET    4096            /* UUCP/Internet mail privileges    */
 #define US_FLOORS      8192            /* User wants to see floors         */
+#define US_COLOR       16384           /* User wants ANSI color support    */
 #define US_USER_SET    (US_LASTOLD | US_EXPERT | US_UNLISTED | \
-                       US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | US_FLOORS)
+                       US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | \
+                       US_FLOORS | US_COLOR )
 
 void serv_puts(char *buf);
 void serv_gets(char *buf);