Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ec05c034
Commit
ec05c034
authored
Jan 11, 2023
by
Eric Pouech
Committed by
Alexandre Julliard
Jan 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conhost: Initialize color_map when creating an alternate screen buffer.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=54287
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
parent
8993f572
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
conhost.c
programs/conhost/conhost.c
+1
-0
No files found.
programs/conhost/conhost.c
View file @
ec05c034
...
...
@@ -96,6 +96,7 @@ static struct screen_buffer *create_screen_buffer( struct console *console, int
screen_buffer
->
attr
=
console
->
active
->
attr
;
screen_buffer
->
popup_attr
=
console
->
active
->
attr
;
screen_buffer
->
font
=
console
->
active
->
font
;
memcpy
(
screen_buffer
->
color_map
,
console
->
active
->
color_map
,
sizeof
(
console
->
active
->
color_map
)
);
if
(
screen_buffer
->
font
.
face_len
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment