summaryrefslogtreecommitdiffstats
path: root/src/commands/numbered_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/numbered_command.rs')
-rw-r--r--src/commands/numbered_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/numbered_command.rs b/src/commands/numbered_command.rs
index c1331da..5072e0a 100644
--- a/src/commands/numbered_command.rs
+++ b/src/commands/numbered_command.rs
@@ -11,10 +11,10 @@ use crate::ui::views::TuiView;
use crate::ui::AppBackend;
pub fn numbered_command(
- first_char: char,
context: &mut AppContext,
backend: &mut AppBackend,
keymap: &AppKeyMapping,
+ first_char: char,
) -> JoshutoResult {
context.flush_event();
let mut prefix = String::from(first_char);