Index: trunk/FACT++/src/LocalControl.h
===================================================================
--- trunk/FACT++/src/LocalControl.h	(revision 20014)
+++ trunk/FACT++/src/LocalControl.h	(revision 20015)
@@ -200,6 +200,6 @@
     {
         return GetLinePrompt()+" "
-            "\033[34m\033[1m"+fName+"\033[0m:"
-            "\033[32m\033[1m"+fStateMachine->GetStateName()+"\033[0m> ";
+            "\001\033[34m\033[1m\002"+fName+"\001\033[0m\002:"
+            "\001\033[32m\033[1m\002"+fStateMachine->GetStateName()+"\001\033[0m\002> ";
     }
 };
Index: trunk/FACT++/src/RemoteControl.cc
===================================================================
--- trunk/FACT++/src/RemoteControl.cc	(revision 20014)
+++ trunk/FACT++/src/RemoteControl.cc	(revision 20015)
@@ -71,5 +71,5 @@
 
     // The server
-    const string serv = "\033[34m\033[1m"+fCurrentServer+"\033[0m";
+    const string serv = "\001\033[34m\033[1m\002"+fCurrentServer+"\001\033[0m\002";
 
     // If no match found or something wrong found just output the server
@@ -78,5 +78,5 @@
 
     // If everything found add the state to the server
-    return beg + " " + serv + ":\033[32m\033[1m" + state.name + "\033[0m> ";
+    return beg + " " + serv + ":\001\033[32m\033[1m\002" + state.name + "\001\033[0m\002> ";
 }
 
