Changeset 20015 for trunk/FACT++/src/LocalControl.h
- Timestamp:
- 12/28/20 15:00:39 (4 years ago)
- File:
-
- 1 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 };
Note:
See TracChangeset
for help on using the changeset viewer.