Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
7 years ago
by
Hisham
Browse files
Options
Download
Plain Diff
Merge branch 'master' into fixedgray
parents
2d8dd0b2
e03e45d8
master
fixedgray
lua
next
perfcounters
pkgconfig-on-linux
solaris
3.0.0beta5
3.0.0beta4
3.0.0beta3
3.0.0beta2
3.0.0beta1
2.2.0
2.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRT.c
+1
-1
CRT.c
with
1 addition
and
1 deletion
+1
-1
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
);
...
...
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