Skip to content

Commit 7109d24

Browse files
Fix f_518
1 parent 132cc21 commit 7109d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wolfterm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ static void doDisplayAttributes(WOLFSSH* ssh, WOLFSSH_HANDLE handle, word32* arg
181181
break;
182182

183183
case 30: /* set black foreground */
184-
SetConsoleTextAttribute(handle, (atr & ~(WS_MASK_RBGBG)));
184+
SetConsoleTextAttribute(handle, (atr & ~(WS_MASK_RBGFG)));
185185
break;
186186

187187
case 31: /* red foreground */

0 commit comments

Comments
 (0)