From 9dcc445ab9a2d8e61f4f9ef7c1b6ce13914771c8 Mon Sep 17 00:00:00 2001 From: Daniel Obermaier Date: Fri, 19 Jun 2020 11:51:40 +0200 Subject: [PATCH] simple fix for arrow utf8 encoding in help window --- src/strings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.rs b/src/strings.rs index 549e293b..9f7560c8 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -90,7 +90,7 @@ pub mod commands { ); /// pub static DIFF_HOME_END: CommandText = CommandText::new( - "Jump up/down [home,end,\u{11014}up,\u{2191}down]", + "Jump up/down [home,end,\u{2191} up,\u{2193} down]", "scroll to top or bottom of diff", CMD_GROUP_DIFF, );