Skip to content

Commit

Permalink
Fixed bug where echo input 'no change' would become custom colour 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jan 6, 2012
1 parent 940bb46 commit a9bfa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_construct.cpp
Expand Up @@ -107,7 +107,7 @@ int i;
m_bNAWS_wanted = false;
m_bCHARSET_wanted = false;
m_bSuppressNewline = false;
m_echo_colour = 9;
m_echo_colour = SAMECOLOUR;
m_bAlwaysRecordCommandHistory = false;
m_bDoNotShowOutstandingLines = false;
m_bDoNotTranslateIACtoIACIAC = false;
Expand Down

0 comments on commit a9bfa67

Please sign in to comment.