Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
fc5cac3b
Commit
fc5cac3b
authored
Jan 31, 2021
by
blackle
Committed by
Gargaj
Feb 01, 2021
Browse files
Set locale to be 'C' to fix weird arrow key bug
parent
b898afda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platform_x11/Misc.cpp
View file @
fc5cac3b
...
...
@@ -20,7 +20,7 @@ void Misc::PlatformShutdown()
void
Misc
::
InitKeymaps
()
{
r
et
urn
;
s
et
locale
(
LC_ALL
,
"C"
)
;
}
void
Misc
::
GetKeymapName
(
char
*
sz
)
...
...
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