Skip to content

Commit 82fc657

Browse files
committed
Removed debug attributes.
1 parent a9e9a99 commit 82fc657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clink/dll/getc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static void simulate_sigwinch()
6666
cell_count = csbi.dwSize.X * _rl_vis_botlin;
6767

6868
FillConsoleOutputCharacterW(handle, ' ', cell_count, cursor_pos, &written);
69-
FillConsoleOutputAttribute(handle, ~csbi.wAttributes & 0x77, cell_count, cursor_pos,
69+
FillConsoleOutputAttribute(handle, csbi.wAttributes, cell_count, cursor_pos,
7070
&written);
7171
}
7272

0 commit comments

Comments
 (0)