diff --git a/dlls/kernel/editline.c b/dlls/kernel/editline.c index 1cb1030a7d8..086b2bc0ee3 100644 --- a/dlls/kernel/editline.c +++ b/dlls/kernel/editline.c @@ -143,6 +143,8 @@ static inline void WCEL_Update(WCEL_Context* ctx, int beg, int len) { WriteConsoleOutputCharacterW(ctx->hConOut, &ctx->line[beg], len, WCEL_GetCoord(ctx, beg), NULL); + FillConsoleOutputAttribute(ctx->hConOut, ctx->csbi.wAttributes, len, + WCEL_GetCoord(ctx, beg), NULL); } /* ====================================================================