This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Action.c b/Action.c | |
index 9a7c3c5..72229a1 100644 | |
--- a/Action.c | |
+++ b/Action.c | |
@@ -406,7 +406,7 @@ static Htop_Reaction actionRedraw() { | |
} | |
static const struct { const char* key; const char* info; } helpLeft[] = { | |
- { .key = " Arrows: ", .info = "scroll process list" }, | |
+ { .key = " hjkl: ", .info = "scroll process list" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import yaml | |
# pylint: disable=C0111 | |
c = c # noqa: F821 pylint: disable=E0602,C0103 | |
config = config # noqa: F821 pylint: disable=E0602,C0103 | |
# Load autoconfig.yml | |
config.load_autoconfig() |