- Timestamp:
- 12/28/20 15:00:39 (4 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/LocalControl.h
r16387 r20015 200 200 { 201 201 return GetLinePrompt()+" " 202 "\0 33[34m\033[1m"+fName+"\033[0m:"203 "\0 33[32m\033[1m"+fStateMachine->GetStateName()+"\033[0m> ";202 "\001\033[34m\033[1m\002"+fName+"\001\033[0m\002:" 203 "\001\033[32m\033[1m\002"+fStateMachine->GetStateName()+"\001\033[0m\002> "; 204 204 } 205 205 }; -
trunk/FACT++/src/RemoteControl.cc
r16879 r20015 71 71 72 72 // The server 73 const string serv = "\0 33[34m\033[1m"+fCurrentServer+"\033[0m";73 const string serv = "\001\033[34m\033[1m\002"+fCurrentServer+"\001\033[0m\002"; 74 74 75 75 // If no match found or something wrong found just output the server … … 78 78 79 79 // If everything found add the state to the server 80 return beg + " " + serv + ":\0 33[32m\033[1m" + state.name + "\033[0m> ";80 return beg + " " + serv + ":\001\033[32m\033[1m\002" + state.name + "\001\033[0m\002> "; 81 81 } 82 82
Note:
See TracChangeset
for help on using the changeset viewer.