summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 6d0bc530..d1345e30 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -37,6 +37,7 @@ lazy_static! {
tui::style::Style::default().fg(tui::style::Color::LightBlue);
}
+// FIXME: [HELP] I wanna update this before release... it's missing mouse too.
// Help text
pub const HELP_CONTENTS_TEXT: [&str; 8] = [
"Press the corresponding numbers to jump to the section, or scroll:\n",