Skip to content

Commit a9bfa67

Browse files
committed
Fixed bug where echo input 'no change' would become custom colour 10
1 parent 940bb46 commit a9bfa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_construct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ int i;
107107
m_bNAWS_wanted = false;
108108
m_bCHARSET_wanted = false;
109109
m_bSuppressNewline = false;
110-
m_echo_colour = 9;
110+
m_echo_colour = SAMECOLOUR;
111111
m_bAlwaysRecordCommandHistory = false;
112112
m_bDoNotShowOutstandingLines = false;
113113
m_bDoNotTranslateIACtoIACIAC = false;

0 commit comments

Comments
 (0)