Add XBoard protocol drivers
[bonanza.git] / io.c
diff --git a/io.c b/io.c
index 14f841e..a310a17 100644 (file)
--- a/io.c
+++ b/io.c
@@ -223,7 +223,12 @@ show_prompt( void )
       else             { Out( "Black Suspend> " ); }
     }
   else if ( root_turn ) { Out( "White %d> ", record_game.moves+1 ); }
-  else                  { Out( "Black %d> ", record_game.moves+1 ); }
+#ifdef XBOARD
+#  define SIGN "#"
+#else
+#  define SIGN
+#endif
+  else                  { Out( SIGN "Black %d> ", record_game.moves+1 ); }
 }