Index: uspace/lib/ui/include/types/ui/ui.h
===================================================================
--- uspace/lib/ui/include/types/ui/ui.h	(revision 80d4aea8f85a7ad122ed5c904c692db9c3c97967)
+++ uspace/lib/ui/include/types/ui/ui.h	(revision 7572eb645c6de21d2eba77fbba0209b2a92b02e2)
@@ -42,6 +42,8 @@
 typedef struct ui ui_t;
 
-/** Use the default display service (argument to ui_create() */
+/** Use the default display service (argument to ui_create()) */
 #define UI_DISPLAY_DEFAULT NULL
+/** Use the default console service (argument to ui_create()) */
+#define UI_CONSOLE_DEFAULT "cons@"
 
 /** Window system */
