summaryrefslogtreecommitdiffstats
path: root/src/tui/views.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/views.rs')
-rw-r--r--src/tui/views.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tui/views.rs b/src/tui/views.rs
index 2e2fc4d..3dc12a8 100644
--- a/src/tui/views.rs
+++ b/src/tui/views.rs
@@ -20,6 +20,7 @@ pub const NAME_QUESTION_VIEW: &str = "question_view";
pub const NAME_ANSWER_VIEW: &str = "answer_view";
pub const NAME_FULL_LAYOUT: &str = "full_layout";
+// TODO this seems pointless; probably should be removed
pub enum Name {
QuestionList,
AnswerList,