Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
89d15399
Commit
89d15399
authored
Jun 06, 2017
by
Hisham
Browse files
Merge branch 'master' into fixedgray
parents
2d8dd0b2
e03e45d8
Changes
1
Show whitespace changes
Inline
Side-by-side
CRT.c
View file @
89d15399
...
...
@@ -579,7 +579,7 @@ void CRT_init(int delay, int colorScheme) {
CRT_scrollHAmount
=
20
;
else
CRT_scrollHAmount
=
5
;
if
(
String_
eq
(
CRT_termType
,
"xterm"
)
||
String_eq
(
CRT_termType
,
"xterm
-color
"
)
||
String_eq
(
CRT_termType
,
"vt220"
))
{
if
(
String_
startsWith
(
CRT_termType
,
"xterm"
)
||
String_eq
(
CRT_termType
,
"vt220"
))
{
define_key
(
"
\033
[H"
,
KEY_HOME
);
define_key
(
"
\033
[F"
,
KEY_END
);
define_key
(
"
\033
[7~"
,
KEY_HOME
);
...
...
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