summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-09-11 04:20:14 -0400
committerGitHub <noreply@github.com>2020-09-11 04:20:14 -0400
commit86c8b474aeea2c64d556d2ac989a825719038aaf (patch)
tree47352a226419a43bab84522de277b9a14b2c69a6 /src/constants.rs
parent0c21cba1899c97b8fb74130e620fa811abe15f0f (diff)
feature: mouse support for tabs and dd dialog (#230)
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",