When updating the edited line, remember to update attributes, too.
This commit is contained in:
parent
d0882d5435
commit
1868b026c1
|
@ -143,6 +143,8 @@ static inline void WCEL_Update(WCEL_Context* ctx, int beg, int len)
|
||||||
{
|
{
|
||||||
WriteConsoleOutputCharacterW(ctx->hConOut, &ctx->line[beg], len,
|
WriteConsoleOutputCharacterW(ctx->hConOut, &ctx->line[beg], len,
|
||||||
WCEL_GetCoord(ctx, beg), NULL);
|
WCEL_GetCoord(ctx, beg), NULL);
|
||||||
|
FillConsoleOutputAttribute(ctx->hConOut, ctx->csbi.wAttributes, len,
|
||||||
|
WCEL_GetCoord(ctx, beg), NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
|
|
Loading…
Reference in New Issue