mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
simple fix for arrow utf8 encoding in help window
This commit is contained in:
parent
073908a522
commit
9dcc445ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue