summaryrefslogtreecommitdiffstats
path: root/src/commands/show_help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/show_help.rs')
-rw-r--r--src/commands/show_help.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/show_help.rs b/src/commands/show_help.rs
index 739c63b..a8a7a4b 100644
--- a/src/commands/show_help.rs
+++ b/src/commands/show_help.rs
@@ -10,11 +10,11 @@ use crate::event::AppEvent;
use crate::key_command::{Command, CommandKeybind};
use crate::ui::widgets;
use crate::ui::widgets::TuiHelp;
-use crate::ui::TuiBackend;
+use crate::ui::AppBackend;
pub fn help_loop(
context: &mut AppContext,
- backend: &mut TuiBackend,
+ backend: &mut AppBackend,
keymap_t: &AppKeyMapping,
) -> JoshutoResult {
context.flush_event();