conhost: Copy Character Attributes (colors) to the new screen buffer.
commitb17eb271120b95e5307549a083080542097f7028
authorHugh McMaster <hugh.mcmaster@outlook.com>
Thu, 22 Jul 2021 13:36:19 +0000 (22 23:36 +1000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 23 Jul 2021 14:43:50 +0000 (23 16:43 +0200)
tree544f326c55556f54f0639a6287dfba5daefa3f1f
parent5ee5d7bbf3b3313af90e3f8a75d5e313c3d6072c
conhost: Copy Character Attributes (colors) to the new screen buffer.

CreateConsoleScreenBuffer() copies the Character Attributes (colors)
to the new screen buffer when called.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/tests/console.c
programs/conhost/conhost.c