Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vincent Wei
mgutils
Commits
220c83cb
Commit
220c83cb
authored
6 years ago
by
Vincent Wei
Browse files
Options
Download
Email Patches
Plain Diff
tune code for MiniGUI 3.4
parent
5a0d3cfc
master
dev-3-4
dev-4-1
rel-4-0
rel-5-0
ver-5-0-11
ver-5-0-10
ver-5-0-9
ver-5-0-6
ver-5-0-3
ver-5-0-2
ver-5-0-0
ver-4-0-8
ver-4-0-7
ver-4-0-5
ver-4-0-4
ver-4-0-0
dev-4-9-1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/vcongui/vt.c
+2
-8
src/vcongui/vt.c
with
2 additions
and
8 deletions
+2
-8
src/vcongui/vt.c
View file @
220c83cb
...
...
@@ -990,16 +990,10 @@ bool VtStart (PCONINFO con)
if
(
con
->
log_font
==
NULL
)
{
PLOGFONT
sys_font
=
GetSystemFont
(
SYSLOGFONT_WCHAR_DEF
);
if
(
sys_font
->
mbc_devfont
)
charset
=
sys_font
->
charset
;
else
charset
=
sys_font
->
charset
;
charset
=
sys_font
->
charset
;
}
else
{
if
(
con
->
log_font
->
mbc_devfont
)
charset
=
con
->
log_font
->
charset
;
else
charset
=
con
->
log_font
->
charset
;
charset
=
con
->
log_font
->
charset
;
}
con
->
sysCoding
=
CODE_GB
;
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help